Home
last modified time | relevance | path

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

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