Home
last modified time | relevance | path

Searched refs:IndexFile (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp58 cl::opt<std::string> IndexFile{cl::desc("<module summary index>"), variable
188 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(IndexFile))); in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp466 SmallString<256> IndexFile = CrossTUDir; in ensureCTUIndexLoaded() local
468 IndexFile = IndexName; in ensureCTUIndexLoaded()
470 llvm::sys::path::append(IndexFile, IndexName); in ensureCTUIndexLoaded()
472 if (auto IndexMapping = parseCrossTUIndex(IndexFile)) { in ensureCTUIndexLoaded()