Lines Matching refs:LLVMSymbolizer
43 LLVMSymbolizer::symbolizeCodeCommon(SymbolizableModule *Info, in symbolizeCodeCommon()
64 LLVMSymbolizer::symbolizeCode(const ObjectFile &Obj, in symbolizeCode()
80 LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, in symbolizeCode()
89 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, in symbolizeInlinedCode()
120 LLVMSymbolizer::symbolizeData(const std::string &ModuleName, in symbolizeData()
146 LLVMSymbolizer::symbolizeFrame(const std::string &ModuleName, in symbolizeFrame()
168 void LLVMSymbolizer::flush() { in flush()
363 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile()
394 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path, in lookUpDebuglinkObject()
414 ObjectFile *LLVMSymbolizer::lookUpBuildIDObject(const std::string &Path, in lookUpBuildIDObject()
433 Expected<LLVMSymbolizer::ObjectPair>
434 LLVMSymbolizer::getOrCreateObjectPair(const std::string &Path, in getOrCreateObjectPair()
465 LLVMSymbolizer::getOrCreateObject(const std::string &Path, in getOrCreateObject()
506 LLVMSymbolizer::createModuleInfo(const ObjectFile *Obj, in createModuleInfo()
523 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { in getOrCreateModuleInfo()
608 LLVMSymbolizer::DemangleName(const std::string &Name, in DemangleName()