Lines Matching refs:LLVMSymbolizer
54 Expected<DILineInfo> LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, in symbolizeCode()
80 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, in symbolizeInlinedCode()
109 Expected<DIGlobal> LLVMSymbolizer::symbolizeData(const std::string &ModuleName, in symbolizeData()
134 void LLVMSymbolizer::flush() { in flush()
242 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile()
271 ObjectFile *LLVMSymbolizer::lookUpDebuglinkObject(const std::string &Path, in lookUpDebuglinkObject()
290 Expected<LLVMSymbolizer::ObjectPair>
291 LLVMSymbolizer::getOrCreateObjectPair(const std::string &Path, in getOrCreateObjectPair()
322 LLVMSymbolizer::getOrCreateObject(const std::string &Path, in getOrCreateObject()
365 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { in getOrCreateModuleInfo()
464 std::string LLVMSymbolizer::DemangleName(const std::string &Name, in DemangleName()