Home
last modified time | relevance | path

Searched defs:LTOCodeGenerator (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h66 struct LTOCodeGenerator { struct
85 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel()
89 void setFileType(TargetMachine::CodeGenFileType FT) { FileType = FT; } in setFileType()
91 void setCpu(StringRef MCpu) { this->MCpu = MCpu; } in setCpu()
92 void setAttr(StringRef MAttr) { this->MAttr = MAttr; } in setAttr()
95 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize()
96 void setShouldEmbedUselists(bool Value) { ShouldEmbedUselists = Value; } in setShouldEmbedUselists()
120 /// LTOCodeGenerator::compilexxx(), and argument
180 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding()
184 LLVMContext &getContext() { return Context; } in getContext()
[all …]
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h64 struct LTOCodeGenerator { struct
82 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel()
86 void setFileType(TargetMachine::CodeGenFileType FT) { FileType = FT; } in setFileType()
88 void setCpu(const char *MCpu) { this->MCpu = MCpu; } in setCpu()
89 void setAttr(const char *MAttr) { this->MAttr = MAttr; } in setAttr()
92 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize()
93 void setShouldEmbedUselists(bool Value) { ShouldEmbedUselists = Value; } in setShouldEmbedUselists()
117 /// LTOCodeGenerator::compilexxx(), and argument
177 LLVMContext &getContext() { return Context; } in getContext()
179 void resetMergedModule() { MergedModule.reset(); } in resetMergedModule()
[all …]
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.h31 struct LTOCodeGenerator { struct
57 typedef llvm::StringMap<uint8_t> StringSet;
59 llvm::LLVMContext& _context;
60 llvm::Linker _linker;
61 llvm::TargetMachine* _target;
62 bool _emitDwarfDebugInfo;
63 bool _scopeRestrictionsDone;
64 lto_codegen_model _codeModel;
65 StringSet _mustPreserveSymbols;
66 StringSet _asmUndefinedRefs;
[all …]
DLTOCodeGenerator.cpp71 LTOCodeGenerator::LTOCodeGenerator() in LTOCodeGenerator() function in LTOCodeGenerator
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp94 LTOCodeGenerator::LTOCodeGenerator(LLVMContext &Context) in LTOCodeGenerator() function in LTOCodeGenerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp94 LTOCodeGenerator::LTOCodeGenerator(LLVMContext &Context) in LTOCodeGenerator() function in LTOCodeGenerator