HomeSort by: relevance | last modified time | path
    Searched defs:LTOModule (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOModule.h 1 //===-LTOModule.h - LLVM Link Time Optimizer ------------------------------===//
9 // This file declares the LTOModule class.
38 struct LTOModule {
62 LTOModule(std::unique_ptr<Module> M, MemoryBufferRef MBRef,
66 ~LTOModule();
89 /// Create an LTOModule. N.B. These methods take ownership of the buffer. The
97 static ErrorOr<std::unique_ptr<LTOModule>>
100 static ErrorOr<std::unique_ptr<LTOModule>>
103 static ErrorOr<std::unique_ptr<LTOModule>>
107 static ErrorOr<std::unique_ptr<LTOModule>>
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOModule.cpp 1 //===-- LTOModule.cpp - LLVM Link Time Optimizer --------------------------===//
14 #include "llvm/LTO/legacy/LTOModule.h"
46 LTOModule::LTOModule(std::unique_ptr<Module> M, MemoryBufferRef MBRef,
53 LTOModule::~LTOModule() {}
57 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) {
63 bool LTOModule::isBitcodeFile(StringRef Path) {
74 bool LTOModule::isThinLTO() {
83 bool LTOModule::isBitcodeForTarget(MemoryBuffer *Buffer
    [all...]

Completed in 29 milliseconds