/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 234 class NameIndex; 285 const NameIndex *NameIdx; 288 Entry(const NameIndex &NameIdx, const Abbrev &Abbr); 321 friend class NameIndex; variable 389 class NameIndex { 489 const NameIndex *CurrentIndex = nullptr; 517 ValueIterator(const NameIndex &NI, StringRef Key); 544 const NameIndex *CurrentIndex; 588 SmallVector<NameIndex, 0> NameIndices; 589 DenseMap<uint64_t, const NameIndex *> CUToNameIndex; [all …]
|
H A D | DWARFVerifier.h | 254 unsigned verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, 256 unsigned verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI); 257 unsigned verifyNameIndexAttribute(const DWARFDebugNames::NameIndex &NI, 260 unsigned verifyNameIndexEntries(const DWARFDebugNames::NameIndex &NI, 263 const DWARFDebugNames::NameIndex &NI);
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.cpp | 472 DWARFDebugNames::NameIndex::extractAbbrev(uint64_t *Offset) { in extractAbbrev() 489 Error DWARFDebugNames::NameIndex::extract() { in extract() 611 DWARFDebugNames::NameIndex::getEntry(uint64_t *Offset) const { in getEntry() 670 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry() 685 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName() 733 void DWARFDebugNames::NameIndex::dumpBucket(ScopedPrinter &W, in dumpBucket() 777 NameIndex Next(*this, Offset); in extract() 787 DWARFDebugNames::NameIndex::equal_range(StringRef Key) const { in equal_range() 793 for (const NameIndex &NI : NameIndices) in dump() 883 const DWARFDebugNames::NameIndex &NI, StringRef Key) in ValueIterator() [all …]
|
H A D | DWARFVerifier.cpp | 1085 for (const DWARFDebugNames::NameIndex &NI : AccelTable) { in verifyDebugNamesCULists() 1123 DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, in verifyNameIndexBuckets() 1235 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute() 1293 DWARFVerifier::verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexAbbrevs() 1355 const DWARFDebugNames::NameIndex &NI, in verifyNameIndexEntries() 1464 const DWARFDie &Die, const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexCompleteness() 1598 if (const DWARFDebugNames::NameIndex *NI = in verifyDebugNames()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DebugNamesDWARFIndex.cpp | 38 for (const DebugNames::NameIndex &ni : debug_names) { in GetUnits() 78 const DebugNames::NameIndex &ni, in MaybeLogLookupError() 105 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetGlobalVariables() 132 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetGlobalVariables() 270 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetFunctions()
|
H A D | DebugNamesDWARFIndex.h | 87 const DebugNames::NameIndex &ni,
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.cpp | 43 Item.NameIndex = BlockHeader->NameIndex; in operator ()() 122 BlockHeader.NameIndex = B.ChecksumBufferOffset; in commit()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 110 size_t NameIndex = 0; variable 174 bool isNamed() const override { return NameIndex != 0; } in isNamed() 185 return getStringPool().getString(NameIndex); in getName() 205 size_t getNameIndex() const { return NameIndex; } in getNameIndex()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 232 if (auto NameIndex = getQualifiedNameIndex(Die, CUI.Language, Gsym)) in parseInlineInfo() local 233 II.Name = *NameIndex; in parseInlineInfo() 363 auto NameIndex = getQualifiedNameIndex(Die, CUI.Language, Gsym); in handleDie() local 364 if (!NameIndex) { in handleDie() 408 FI.Name = *NameIndex; in handleDie() 414 FI.Inline->Name = *NameIndex; in handleDie()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.h | 41 support::ulittle32_t NameIndex; // Offset of FileChecksum entry in File member 66 support::ulittle32_t NameIndex; member
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.h | 72 uint32_t NameIndex; member
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.cpp | 120 Desc.NameIndex = NI; in addInjectedSource() 188 Entry.FileNI = IS.NameIndex; in finalizeMsfLayout()
|
H A D | SymbolCache.cpp | 496 Entries.push_back({StartAddr, FirstLine, ColNum, Group.NameIndex, false}); in findLineTable() 508 Entries.push_back({VA, Line, ColNum, Group.NameIndex, false}); in findLineTable() 515 Entries.push_back({EndAddr, LastLine, ColNum, Group.NameIndex, true}); in findLineTable()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVElement.cpp | 97 NameIndex = getTransformName() ? getStringIndex(ElementName) in setName()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 408 uint64_t NameIndex = 0; variable 641 uint32_t NameIndex; member
|
H A D | ELFObject.cpp | 71 Shdr.sh_name = Sec.NameIndex; in writeShdr() 775 Sym->NameIndex = in finalize() 836 Sym->st_name = Symbol->NameIndex; in visit() 2597 Sec.NameIndex = Obj.SectionNames->findIndex(Sec.Name); in finalize()
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 856 if (LastModi != Modi || LastNameIndex != Block.NameIndex) { in dumpLines() 858 LastNameIndex = Block.NameIndex; in dumpLines() 859 Strings.formatFromChecksumsOffset(P, Block.NameIndex); in dumpLines()
|
/openbsd/gnu/llvm/lld/COFF/ |
H A D | PDB.cpp | 1816 nameIndex = entry.NameIndex; in getFileLineCodeView() 1823 nameIndex = entry.NameIndex; in getFileLineCodeView()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 591 auto EF = getFileName(Strings, Checksums, L.NameIndex); in fromCodeViewSubsection()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1229 printFileNameForOffset("Filename", Entry.NameIndex); in printCodeViewSymbolSection()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 1217 GetFileIndex(*cii, group.NameIndex); in ParseLineTable()
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 841 unsigned NameIndex, Triple &TT); 2647 unsigned NameIndex, Triple &TT) { in recordValue() argument 2649 if (convertToString(Record, NameIndex, ValueName)) in recordValue()
|