Searched defs:LTOCodeGenerator (Results 1 – 2 of 2) sorted by relevance
72 struct LTOCodeGenerator { struct131 /// LTOCodeGenerator::compilexxx(), and argument224 LLVMContext &Context;230 bool HasVerifiedInput = false;232 StringSet<> AsmUndefinedRefs;235 std::string FeatureStr;236 std::string NativeObjectPath;237 const Target *MArch = nullptr;238 std::string TripleStr;240 void *DiagContext = nullptr;[all …]
132 LTOCodeGenerator::LTOCodeGenerator(LLVMContext &Context) in LTOCodeGenerator() function in LTOCodeGenerator