Searched refs:GetDebugFilePath (Results 1 – 3 of 3) sorted by relevance
244 GetDebugFilePath(), build_id, &addr); in MinVirtualAddress()247 << GetDebugFilePath() << ": " << result; in MinVirtualAddress()422 ElfStatus result = ParseSymbolsFromElfFile(GetDebugFilePath(), build_id, in LoadKernelModule()425 return CheckReadSymbolResult(result, GetDebugFilePath()); in LoadKernelModule()449 GetDebugFilePath(), build_id, in LoadElfFile()452 return CheckReadSymbolResult(result, GetDebugFilePath()); in LoadElfFile()457 auto tuple = SplitUrlInApk(GetDebugFilePath()); in LoadEmbeddedElfFile()463 return CheckReadSymbolResult(result, GetDebugFilePath()); in LoadEmbeddedElfFile()
110 const std::string& GetDebugFilePath() const { return debug_file_path_; } in GetDebugFilePath() function
123 bt_map.name = map->dso->GetDebugFilePath(); in UnwindCallChain()