Searched refs:getOrCreateObject (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 373 auto DbgObjOrErr = getOrCreateObject(Path, ArchName); in lookUpDsymFile() 402 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpDebuglinkObject() 422 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpBuildIDObject() 437 auto ObjOrErr = getOrCreateObject(Path, ArchName); in getOrCreateObjectPair() 462 LLVMSymbolizer::getOrCreateObject(const std::string &Path, in getOrCreateObject() function in llvm::symbolize::LLVMSymbolizer
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 253 auto DbgObjOrErr = getOrCreateObject(Path, ArchName); in lookUpDsymFile() 281 auto DbgObjOrErr = getOrCreateObject(DebugBinaryPath, ArchName); in lookUpDebuglinkObject() 298 auto ObjOrErr = getOrCreateObject(Path, ArchName); in getOrCreateObjectPair() 322 LLVMSymbolizer::getOrCreateObject(const std::string &Path, in getOrCreateObject() function in llvm::symbolize::LLVMSymbolizer
|
/external/llvm/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 88 Expected<ObjectFile *> getOrCreateObject(const std::string &Path,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 114 Expected<ObjectFile *> getOrCreateObject(const std::string &Path,
|