Home
last modified time | relevance | path

Searched refs:IRFiles (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp242 ArrayRef<StringRef> IRFiles) { in loadModuleForTwoRounds() argument
246 IRFiles[Task], "in-memory IR file", /*RequiresNullTerminator=*/false); in loadModuleForTwoRounds()
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenData.h260 LLVMContext &Context, ArrayRef<StringRef> IRFiles);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1683 std::unique_ptr<SmallVector<StringRef>> IRFiles; member in __anona29527bd1111::SecondRoundThinBackend
1692 std::unique_ptr<SmallVector<StringRef>> IRFiles, in SecondRoundThinBackend() argument
1700 IRFiles(std::move(IRFiles)), CombinedCGDataHash(CombinedCGDataHash) {} in SecondRoundThinBackend()
1713 cgdata::loadModuleForTwoRounds(BM, Task, BackendContext, *IRFiles); in runThinLTOBackendThread()