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.cpp124 SmallString<128> ObjPath(Path); in searchForObj() local
125 llvm::sys::path::replace_extension(ObjPath, Extension); in searchForObj()
126 if (llvm::sys::fs::exists(ObjPath)) { in searchForObj()
128 MemoryBuffer::getFileOrSTDIN(ObjPath); in searchForObj()
131 return std::string(ObjPath); in searchForObj()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1148 for (auto &ObjPath : ExtraObjects) { in runOrcJIT() local
1149 auto Obj = ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(ObjPath))); in runOrcJIT()