Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h61 struct LTOCodeGenerator { struct
86 // This function should be called before LTOCodeGenerator::compilexxx(), argument
136 LLVMContext &getContext() { return Context; } in getContext()
154 typedef StringMap<uint8_t> StringSet;
158 std::unique_ptr<LLVMContext> OwnedContext;
159 LLVMContext &Context;
160 Linker IRLinker;
161 TargetMachine *TargetMach;
162 bool EmitDwarfDebugInfo;
163 bool ScopeRestrictionsDone;
[all …]
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp66 LTOCodeGenerator::LTOCodeGenerator() in LTOCodeGenerator() function in LTOCodeGenerator
71 LTOCodeGenerator::LTOCodeGenerator(std::unique_ptr<LLVMContext> Context) in LTOCodeGenerator() function in LTOCodeGenerator
/external/llvm/tools/lto/
Dlto.cpp76 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LTOCodeGenerator, lto_code_gen_t) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() argument