Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp409 auto DbgObjOrErr = getOrCreateObject(Path, ArchName); in lookUpDsymFile()
438 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpDebuglinkObject()
458 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpBuildIDObject()
473 auto ObjOrErr = getOrCreateObject(Path, ArchName); in getOrCreateObjectPair()
498 LLVMSymbolizer::getOrCreateObject(const std::string &Path, in getOrCreateObject() function in llvm::symbolize::LLVMSymbolizer
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h136 Expected<ObjectFile *> getOrCreateObject(const std::string &Path,