Searched defs:GetSymbolFile (Results 1 – 9 of 9) sorted by relevance
41 SymbolFile *GetSymbolFile() { return m_sym_file_up.get(); } in GetSymbolFile() function
61 SymbolFile &GetSymbolFile() const { return m_symbol_file; } in GetSymbolFile() function125 SymbolFile *GetSymbolFile() { return m_symbol_file; } in GetSymbolFile() function126 const SymbolFile *GetSymbolFile() const { return m_symbol_file; } in GetSymbolFile() function
99 virtual SymbolFile *GetSymbolFile() const { return m_sym_file; } in GetSymbolFile() function
202 SymbolFile *UnwindTable::GetSymbolFile() { return m_module.GetSymbolFile(); } in GetSymbolFile() function in UnwindTable
474 SymbolFile *Block::GetSymbolFile() { in GetSymbolFile() function in Block
164 Status PlatformRemoteDarwinDevice::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile() function in PlatformRemoteDarwinDevice
451 Status PlatformAppleSimulator::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile() function in PlatformAppleSimulator
183 GetSymbolFile(bool can_create = true, in GetSymbolFile() function in DebugMapModule513 SymbolFileDWARFDebugMap::GetSymbolFile(const SymbolContext &sc) { in GetSymbolFile() function in SymbolFileDWARFDebugMap518 SymbolFileDWARFDebugMap::GetSymbolFile(const CompileUnit &comp_unit) { in GetSymbolFile() function in SymbolFileDWARFDebugMap
1052 SymbolFile *Module::GetSymbolFile(bool can_create, Stream *feedback_strm) { in GetSymbolFile() function in Module