Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h60 struct LTOCodeGenerator { struct
81 // This function should be called before LTOCodeGenerator::compilexxx(), argument
122 LLVMContext &getContext() { return Context; } in getContext()
141 typedef StringMap<uint8_t> StringSet;
144 std::unique_ptr<LLVMContext> OwnedContext;
145 LLVMContext &Context;
146 Linker IRLinker;
147 TargetMachine *TargetMach;
148 bool EmitDwarfDebugInfo;
149 bool ScopeRestrictionsDone;
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp66 LTOCodeGenerator::LTOCodeGenerator() in LTOCodeGenerator() function in LTOCodeGenerator
71 LTOCodeGenerator::LTOCodeGenerator(std::unique_ptr<LLVMContext> Context) in LTOCodeGenerator() function in LTOCodeGenerator
/minix3/external/bsd/llvm/dist/llvm/tools/lto/
H A Dlto.cpp64 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LTOCodeGenerator, lto_code_gen_t) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() argument