Home
last modified time | relevance | path

Searched refs:SymbolGroup (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h38 class SymbolGroup; variable
91 class SymbolGroup {
95 explicit SymbolGroup(InputFile *File, uint32_t GroupIndex = 0);
134 std::forward_iterator_tag, SymbolGroup> {
141 const SymbolGroup &operator*() const;
142 SymbolGroup &operator*();
153 SymbolGroup Value;
161 bool shouldDumpSymbolGroup(uint32_t Idx, const SymbolGroup &Group,
167 const SymbolGroup &SG, uint32_t Modi, in iterateOneModule()
185 SymbolGroup SG(&Input, Modi); in iterateSymbolGroups()
[all …]
H A DLinePrinter.h48 class SymbolGroup; variable
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp156 SymbolGroup::SymbolGroup(InputFile *File, uint32_t GroupIndex) : File(File) { in SymbolGroup() function in SymbolGroup
183 StringRef SymbolGroup::name() const { return Name; } in name()
185 void SymbolGroup::updateDebugS(const codeview::DebugSubsectionArray &SS) { in updateDebugS()
189 void SymbolGroup::updatePdbModi(uint32_t Modi) { initializeForPdb(Modi); } in updatePdbModi()
191 void SymbolGroup::initializeForPdb(uint32_t Modi) { in initializeForPdb()
217 void SymbolGroup::rebuildChecksumMap() { in rebuildChecksumMap()
229 const ModuleDebugStreamRef &SymbolGroup::getPdbModuleStream() const { in getPdbModuleStream()
271 void SymbolGroup::formatFromChecksumsOffset(LinePrinter &Printer, in formatFromChecksumsOffset()
503 const SymbolGroup &SymbolGroupIterator::operator*() const { in operator *()
507 SymbolGroup &SymbolGroupIterator::operator*() { in operator *()
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h21 class SymbolGroup; variable
30 const SymbolGroup &SymGroup, in MinimalSymbolDumper()
40 void setSymbolGroup(const SymbolGroup *Group) { SymGroup = Group; } in setSymbolGroup()
61 const SymbolGroup *SymGroup = nullptr;
H A DDumpOutputStyle.cpp272 static StatCollection getSymbolStats(const SymbolGroup &SG, in getSymbolStats()
300 static StatCollection getChunkStats(const SymbolGroup &SG, in getChunkStats()
485 [&](uint32_t Modi, const SymbolGroup &Strings) -> Error { in dumpModules()
531 [this](uint32_t Modi, const SymbolGroup &Strings) -> Error { in dumpModuleFiles()
849 &LastNameIndex](uint32_t Modi, const SymbolGroup &Strings, in dumpLines()
886 [this](uint32_t Modi, const SymbolGroup &Strings, in dumpInlineeLines()
913 [this](uint32_t Modi, const SymbolGroup &Strings, in dumpXmi()
953 [this](uint32_t Modi, const SymbolGroup &Strings, in dumpXme()
1132 [&](uint32_t Modi, const SymbolGroup &Strings, in dumpStringTableFromObj()
1442 [&](uint32_t Modi, const SymbolGroup &Strings, in dumpModuleSymsForObj()
[all …]
H A DTypeReferenceTracker.cpp57 for (SymbolGroup SG : File.symbol_groups()) { in mark()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymgroup.py56 class SymbolGroup(object): class
H A Dsymbols.py13 from .symgroup import SymbolGroup, IDebugSymbolGroup2
326 return SymbolGroup(retptr)