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