Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h72 struct LTOCodeGenerator { struct
131 /// LTOCodeGenerator::compilexxx(), and argument
221 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 …]
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp118 LTOCodeGenerator::LTOCodeGenerator(LLVMContext &Context) in LTOCodeGenerator() function in LTOCodeGenerator