Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp81 Expected<SymbolizableModule *> InfoOrErr = getOrCreateModuleInfo(ModuleName); in symbolizeCode()
91 if (auto InfoOrErr = getOrCreateModuleInfo(ModuleName)) in symbolizeInlinedCode()
121 if (auto InfoOrErr = getOrCreateModuleInfo(ModuleName)) in symbolizeData()
147 if (auto InfoOrErr = getOrCreateModuleInfo(ModuleName)) in symbolizeFrame()
520 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { in getOrCreateModuleInfo() function in llvm::symbolize::LLVMSymbolizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h90 getOrCreateModuleInfo(const std::string &ModuleName);