Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp123 SmallString<128> ObjPath(Path); in searchForObj() local
124 llvm::sys::path::replace_extension(ObjPath, Extension); in searchForObj()
125 if (llvm::sys::fs::exists(ObjPath)) { in searchForObj()
127 MemoryBuffer::getFileOrSTDIN(ObjPath); in searchForObj()
130 return std::string(ObjPath); in searchForObj()
/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1150 for (auto &ObjPath : ExtraObjects) { in runOrcJIT() local
1151 auto Obj = ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(ObjPath))); in runOrcJIT()