HomeSort by relevance Sort by last modified time
    Searched defs:LTOModule (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/LTO/
LTOModule.cpp 1 //===-- LTOModule.cpp - LLVM Link Time Optimizer --------------------------===//
15 #include "llvm/LTO/legacy/LTOModule.h"
52 LTOModule::LTOModule(std::unique_ptr<object::IRObjectFile> Obj,
56 LTOModule::~LTOModule() {}
60 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) {
66 bool LTOModule::isBitcodeFile(const char *Path) {
77 bool LTOModule::isThinLTO() {
89 bool LTOModule::isBitcodeForTarget(MemoryBuffer *Buffer
    [all...]
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.h 1 //===-LTOModule.h - LLVM Link Time Optimizer ------------------------------===//
10 // This file declares the LTOModule class.
41 struct LTOModule {
52 static LTOModule* makeLTOModule(const char* path,
54 static LTOModule* makeLTOModule(int fd, const char *path,
57 static LTOModule* makeLTOModule(int fd, const char *path,
62 static LTOModule* makeLTOModule(const void* mem, size_t length,
77 LTOModule(llvm::Module* m, llvm::TargetMachine* t);
103 static LTOModule* makeLTOModule(llvm::MemoryBuffer* buffer,
LTOModule.cpp 1 //===-- LTOModule.cpp - LLVM Link Time Optimizer --------------------------===//
15 #include "LTOModule.h"
49 bool LTOModule::isBitcodeFile(const void *mem, size_t length) {
54 bool LTOModule::isBitcodeFile(const char *path) {
58 bool LTOModule::isBitcodeFileForTarget(const void *mem, size_t length,
67 bool LTOModule::isBitcodeFileForTarget(const char *path,
76 bool LTOModule::isTargetMatch(MemoryBuffer *buffer, const char *triplePrefix) {
84 LTOModule::LTOModule(Module *m, TargetMachine *t)
89 LTOModule *LTOModule::makeLTOModule(const char *path
    [all...]
  /external/llvm/include/llvm/LTO/legacy/
LTOModule.h 1 //===-LTOModule.h - LLVM Link Time Optimizer ------------------------------===//
10 // This file declares the LTOModule class.
37 struct LTOModule {
59 LTOModule(std::unique_ptr<object::IRObjectFile> Obj, TargetMachine *TM);
62 ~LTOModule();
85 /// Create an LTOModule. N.B. These methods take ownership of the buffer. The
93 static ErrorOr<std::unique_ptr<LTOModule>>
96 static ErrorOr<std::unique_ptr<LTOModule>>
99 static ErrorOr<std::unique_ptr<LTOModule>>
103 static ErrorOr<std::unique_ptr<LTOModule>>
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
LTOModule.h 1 //===-LTOModule.h - LLVM Link Time Optimizer ------------------------------===//
10 // 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTOModule.cpp 1 //===-- LTOModule.cpp - LLVM Link Time Optimizer --------------------------===//
15 #include "llvm/LTO/legacy/LTOModule.h"
46 LTOModule::LTOModule(std::unique_ptr<Module> M, MemoryBufferRef MBRef,
52 LTOModule::~LTOModule() {}
56 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) {
62 bool LTOModule::isBitcodeFile(StringRef Path) {
73 bool LTOModule::isThinLTO() {
82 bool LTOModule::isBitcodeForTarget(MemoryBuffer *Buffer
    [all...]

Completed in 701 milliseconds