Searched defs:LTOCodeGenerator (Results 1 – 2 of 2) sorted by relevance
61 struct LTOCodeGenerator { struct89 // This function should be called before LTOCodeGenerator::compilexxx(), argument138 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 …]
72 LTOCodeGenerator::LTOCodeGenerator() in LTOCodeGenerator() function in LTOCodeGenerator78 LTOCodeGenerator::LTOCodeGenerator(std::unique_ptr<LLVMContext> Context) in LTOCodeGenerator() function in LTOCodeGenerator