Home
last modified time | relevance | path

Searched refs:GetSymbolFile (Results 1 – 25 of 41) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/source/Symbol/
DCompileUnit.cpp86 SymbolFile *symbol_file = module->GetSymbolFile(); in FindFunction()
155 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) in GetLanguage()
166 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) in GetLineTable()
193 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) in GetDebugMacros()
214 sc.module_sp->GetSymbolFile()->ParseVariablesForContext(sc); in GetVariableList()
289 GetModule()->GetSymbolFile()->SetLoadDebugInfoEnabled(); in ResolveSymbolContext()
385 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) { in GetIsOptimized()
401 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) { in GetImportedModules()
413 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) in ForEachExternalModule()
422 if (SymbolFile *symfile = GetModule()->GetSymbolFile()) in GetSupportFiles()
DUnwindTable.cpp202 SymbolFile *UnwindTable::GetSymbolFile() { return m_module.GetSymbolFile(); } in GetSymbolFile() function in UnwindTable
DBlock.cpp406 sc.module_sp->GetSymbolFile()->ParseVariablesForContext(sc); in GetBlockVariableList()
474 SymbolFile *Block::GetSymbolFile() { in GetSymbolFile() function in Block
476 return module_sp->GetSymbolFile(); in GetSymbolFile()
481 if (SymbolFile *sym_file = GetSymbolFile()) in GetDeclContext()
DFunction.cpp307 SymbolFile *sym_file = block.GetSymbolFile(); in GetCallEdges()
349 module_sp->GetSymbolFile()->ParseBlocksRecursive(*this); in GetBlock()
494 if (SymbolFile *sym_file = module_sp->GetSymbolFile()) in GetDeclContext()
509 SymbolFile *sym_file = sc.module_sp->GetSymbolFile(); in GetType()
DType.cpp522 GetSymbolFile()->GetDeclContextContainingUID(GetID()), m_payload); in ResolveCompilerType()
580 GetSymbolFile()->GetDeclContextContainingUID(GetID()), m_payload); in ResolveCompilerType()
744 SymbolFile *symbol_file = ts->GetSymbolFile(); in GetExeModule()
DVariable.cpp197 return type->GetSymbolFile()->GetDeclContextContainingUID(GetID()); in GetDeclContext()
203 return type ? type->GetSymbolFile()->GetDeclForUID(GetID()) : CompilerDecl(); in GetDecl()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp183 GetSymbolFile(bool can_create = true, in GetSymbolFile() function in DebugMapModule
187 return m_symfile_up ? m_symfile_up->GetSymbolFile() : nullptr; in GetSymbolFile()
196 Module::GetSymbolFile(can_create, feedback_strm)) { in GetSymbolFile()
207 SymbolFile *exe_symfile = exe_module_sp->GetSymbolFile(); in GetSymbolFile()
513 SymbolFileDWARFDebugMap::GetSymbolFile(const SymbolContext &sc) { in GetSymbolFile() function in SymbolFileDWARFDebugMap
514 return GetSymbolFile(*sc.comp_unit); in GetSymbolFile()
518 SymbolFileDWARFDebugMap::GetSymbolFile(const CompileUnit &comp_unit) { in GetSymbolFile() function in SymbolFileDWARFDebugMap
564 return GetSymbolFileAsSymbolFileDWARF(oso_module->GetSymbolFile()); in GetSymbolFileByCompUnitInfo()
672 SymbolFileDWARF *oso_dwarf = GetSymbolFile(comp_unit); in ParseLanguage()
680 SymbolFileDWARF *oso_dwarf = GetSymbolFile(comp_unit); in ParseXcodeSDK()
[all …]
DDWARFIndex.cpp92 index.m_module.GetSymbolFile()->GetBackingSymbolFile())), in DIERefCallbackImpl()
DSymbolFileDWARFDebugMap.h237 SymbolFileDWARF *GetSymbolFile(const lldb_private::SymbolContext &sc);
238 SymbolFileDWARF *GetSymbolFile(const lldb_private::CompileUnit &comp_unit);
DDebugNamesDWARFIndex.cpp70 m_module.GetSymbolFile()->GetBackingSymbolFile()); in ProcessEntry()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp376 auto symbol_file = m_ast.GetSymbolFile(); in CreateLLDBTypeFromPDBType()
468 return m_ast.GetSymbolFile()->MakeType( in CreateLLDBTypeFromPDBType()
537 return m_ast.GetSymbolFile()->MakeType( in CreateLLDBTypeFromPDBType()
546 SymbolFile *symbol_file = m_ast.GetSymbolFile(); in CreateLLDBTypeFromPDBType()
586 return m_ast.GetSymbolFile()->MakeType( in CreateLLDBTypeFromPDBType()
625 SymbolFile *symbol_file = m_ast.GetSymbolFile(); in CreateLLDBTypeFromPDBType()
641 SymbolFile *symbol_file = m_ast.GetSymbolFile(); in CreateLLDBTypeFromPDBType()
663 return m_ast.GetSymbolFile()->MakeType( in CreateLLDBTypeFromPDBType()
677 SymbolFile *symbol_file = m_ast.GetSymbolFile(); in CreateLLDBTypeFromPDBType()
700 TypeSP type_sp = m_ast.GetSymbolFile()->MakeType( in CreateLLDBTypeFromPDBType()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp171 m_clang.GetSymbolFile()->GetBackingSymbolFile()); in CreateDeclInfoForType()
243 m_clang.GetSymbolFile()->GetBackingSymbolFile()); in GetOrCreateSymbolForId()
324 m_clang.GetSymbolFile()->GetBackingSymbolFile()); in CreateDeclInfoForUndecoratedName()
362 m_clang.GetSymbolFile()->GetBackingSymbolFile()); in GetParentDeclContext()
447 m_clang.GetSymbolFile()->GetBackingSymbolFile()) in CompleteTagDecl()
698 m_clang.GetSymbolFile()->GetBackingSymbolFile()); in GetOrCreateVariableDecl()
709 m_clang.GetSymbolFile()->GetBackingSymbolFile()); in GetOrCreateVariableDecl()
722 m_clang.GetSymbolFile()->GetBackingSymbolFile()); in GetOrCreateTypedefDecl()
757 m_clang.GetSymbolFile()->GetBackingSymbolFile()); in CreateType()
816 m_clang.GetSymbolFile()->GetBackingSymbolFile()); in GetOrCreateType()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Core/
DModule.cpp384 SymbolFile *symbols = GetSymbolFile(); in ParseAllDebugSymbols()
423 if (SymbolFile *symbols = GetSymbolFile()) in GetNumCompileUnits()
434 if (SymbolFile *symbols = GetSymbolFile()) in GetCompileUnitAtIndex()
468 SymbolFile *symfile = GetSymbolFile(); in ResolveSymbolContextForAddress()
598 if (SymbolFile *symbols = GetSymbolFile()) { in ResolveSymbolContextsForFileSpec()
612 if (SymbolFile *symbols = GetSymbolFile()) in FindGlobalVariables()
618 SymbolFile *symbols = GetSymbolFile(); in FindGlobalVariables()
834 if (SymbolFile *symbols = GetSymbolFile()) { in FindFunctions()
868 if (SymbolFile *symbols = GetSymbolFile()) { in FindFunctions()
962 if (SymbolFile *symbols = GetSymbolFile()) in FindTypes_Impl()
[all …]
/openbsd/src/gnu/llvm/lldb/source/API/
DSBModule.cpp362 module_sp->GetSymbolFile(); in GetNumSections()
377 module_sp->GetSymbolFile(); in GetSectionAtIndex()
520 if (SymbolFile *symfile = module_sp->GetSymbolFile()) { in GetTypeByID()
537 SymbolFile *symfile = module_sp->GetSymbolFile(); in GetTypes()
556 module_sp->GetSymbolFile(); in FindSection()
636 if (SymbolFile *symfile = module_sp->GetSymbolFile()) in GetSymbolFileSpec()
DSBCompileUnit.cpp145 SymbolFile *symfile = module_sp->GetSymbolFile(); in GetTypes()
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DSymbolVendor.h41 SymbolFile *GetSymbolFile() { return m_sym_file_up.get(); } in GetSymbolFile() function
DType.h61 SymbolFile &GetSymbolFile() const { return m_symbol_file; } in GetSymbolFile() function
125 SymbolFile *GetSymbolFile() { return m_symbol_file; } in GetSymbolFile() function
126 const SymbolFile *GetSymbolFile() const { return m_symbol_file; } in GetSymbolFile() function
DUnwindTable.h39 SymbolFile *GetSymbolFile();
DBlock.h284 SymbolFile *GetSymbolFile();
/openbsd/src/gnu/llvm/lldb/tools/lldb-test/
Dlldb-test.cpp467 SymbolFile &Symfile = *Module.GetSymbolFile(); in findFunctions()
558 SymbolFile &Symfile = *Module.GetSymbolFile(); in findNamespaces()
576 SymbolFile &Symfile = *Module.GetSymbolFile(); in findTypes()
608 SymbolFile &Symfile = *Module.GetSymbolFile(); in findVariables()
658 SymbolFile *symfile = Module.GetSymbolFile(); in dumpAST()
686 SymbolFile *symfile = Module.GetSymbolFile(); in dumpEntireClangAST()
707 SymbolFile *symfile = Module.GetSymbolFile(); in verify()
929 SymbolFile *Symfile = ModulePtr->GetSymbolFile(); in dumpSymbols()
996 ModulePtr->GetSymbolFile(); in dumpObjectFiles()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteDarwinDevice.h49 virtual Status GetSymbolFile(const FileSpec &platform_file,
DPlatformAppleSimulator.h137 GetSymbolFile(const FileSpec &platform_file, const UUID *uuid_ptr,
DPlatformAppleSimulator.cpp451 Status PlatformAppleSimulator::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile() function in PlatformAppleSimulator
495 error = GetSymbolFile(platform_file, module_spec.GetUUIDPtr(), in GetSharedModule()
DPlatformRemoteDarwinDevice.cpp164 Status PlatformRemoteDarwinDevice::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile() function in PlatformRemoteDarwinDevice
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.cpp677 if (SymbolFile *symbol_file = module_sp->GetSymbolFile()) { in FillNamespaceMap()
698 SymbolFile *symbol_file = image->GetSymbolFile(); in FillNamespaceMap()
1646 SymbolFile *symbol_file = module_sp->GetSymbolFile(); in CompleteNamespaceMap()
1671 SymbolFile *symbol_file = image->GetSymbolFile(); in CompleteNamespaceMap()

12