Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/LTO/
HDLTOCodeGenerator.h61 struct LTOCodeGenerator { struct
89 // This function should be called before LTOCodeGenerator::compilexxx(), argument
138 LLVMContext &getContext() { return Context; } in getContext()
156 typedef StringMap<uint8_t> StringSet;
159 std::unique_ptr<LLVMContext> OwnedContext;
160 LLVMContext &Context;
161 Linker IRLinker;
162 TargetMachine *TargetMach = nullptr;
163 bool EmitDwarfDebugInfo = false;
164 bool ScopeRestrictionsDone = false;
[all …]
/NextBSD/contrib/llvm/lib/LTO/
HDLTOCodeGenerator.cpp72 LTOCodeGenerator::LTOCodeGenerator() in LTOCodeGenerator() function in LTOCodeGenerator
78 LTOCodeGenerator::LTOCodeGenerator(std::unique_ptr<LLVMContext> Context) in LTOCodeGenerator() function in LTOCodeGenerator