Home
last modified time | relevance | path

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

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