Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp325 auto DbgObjOrErr = getOrCreateObject(Path, ArchName); in lookUpDsymFile()
353 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpDebuglinkObject()
373 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpBuildIDObject()
460 auto ObjOrErr = getOrCreateObject(Path, ArchName); in getOrCreateObjectPair()
490 LLVMSymbolizer::getOrCreateObject(const std::string &Path, in getOrCreateObject() function in llvm::symbolize::LLVMSymbolizer
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h185 Expected<ObjectFile *> getOrCreateObject(const std::string &Path,