Searched defs:GetSymbolFile (Results 1 – 9 of 9) sorted by relevance
41 SymbolFile *GetSymbolFile() { return m_sym_file_up.get(); } in GetSymbolFile() function
59 SymbolFile &GetSymbolFile() const { return m_symbol_file; } in GetSymbolFile() function133 SymbolFile *GetSymbolFile() { return m_symbol_file; } in GetSymbolFile() function134 const SymbolFile *GetSymbolFile() const { return m_symbol_file; } in GetSymbolFile() function
92 virtual SymbolFile *GetSymbolFile() const { return m_sym_file; } in GetSymbolFile() function
201 SymbolFile *UnwindTable::GetSymbolFile() { return m_module.GetSymbolFile(); } in GetSymbolFile() function in UnwindTable
474 SymbolFile *Block::GetSymbolFile() { in GetSymbolFile() function in Block
163 Status PlatformRemoteDarwinDevice::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile() function in PlatformRemoteDarwinDevice
439 Status PlatformAppleSimulator::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile() function in PlatformAppleSimulator
177 GetSymbolFile(bool can_create = true, in GetSymbolFile() function in DebugMapModule483 SymbolFileDWARFDebugMap::GetSymbolFile(const SymbolContext &sc) { in GetSymbolFile() function in SymbolFileDWARFDebugMap488 SymbolFileDWARFDebugMap::GetSymbolFile(const CompileUnit &comp_unit) { in GetSymbolFile() function in SymbolFileDWARFDebugMap
1038 SymbolFile *Module::GetSymbolFile(bool can_create, Stream *feedback_strm) { in GetSymbolFile() function in Module