| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 512 DWARFDebugNames::NameIndex::extractAttributeEncoding(uint64_t *Offset) { in extractAttributeEncoding() 524 DWARFDebugNames::NameIndex::extractAttributeEncodings(uint64_t *Offset) { in extractAttributeEncodings() 538 DWARFDebugNames::NameIndex::extractAbbrev(uint64_t *Offset) { in extractAbbrev() 573 Error DWARFDebugNames::NameIndex::extract() { in extract() 604 DWARFDebugNames::Entry::Entry(const NameIndex &NameIdx, const Abbrev &Abbr) in Entry() 744 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() 751 uint64_t DWARFDebugNames::NameIndex::getLocalTUOffset(uint32_t TU) const { in getLocalTUOffset() 759 uint64_t DWARFDebugNames::NameIndex::getForeignTUSignature(uint32_t TU) const { in getForeignTUSignature() 769 DWARFDebugNames::NameIndex::getEntry(uint64_t *Offset) const { in getEntry() 795 DWARFDebugNames::NameIndex::getNameTableEntry(uint32_t Index) const { in getNameTableEntry() [all …]
|
| H A D | DWARFVerifier.cpp | 1258 parallelForEach(AccelTable, [&](const DWARFDebugNames::NameIndex &NI) { in verifyDebugNamesCULists() 1304 void DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, in verifyNameIndexBuckets() 1420 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute() 1499 const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexAbbrevs() 1582 const DWARFDebugNames::NameIndex &NI, in verifyNameIndexEntries() 1844 const DWARFDie &Die, const DWARFDebugNames::NameIndex &NI, in verifyNameIndexCompleteness() 2006 parallelForEach(AccelTable, [&](const DWARFDebugNames::NameIndex &NI) { in verifyDebugNames() 2021 for (const DWARFDebugNames::NameIndex &NI : AccelTable) { in verifyDebugNames() 2028 [&](const DWARFDebugNames::NameIndex &NI, in verifyDebugNames() 2064 for (const DWARFDebugNames::NameIndex &NI : AccelTable) { in verifyDebugNames()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 386 class NameIndex; 439 const NameIndex *NameIdx; 442 Entry(const NameIndex &NameIdx, const Abbrev &Abbr); 445 const NameIndex *getNameIndex() const { return NameIdx; } in getNameIndex() 508 friend class NameIndex; variable 600 class NameIndex { 627 NameIndex(const DWARFDebugNames &Section, uint64_t Base) in NameIndex() function 708 const NameIndex *CurrentIndex = nullptr; 736 LLVM_ABI ValueIterator(const NameIndex &NI, StringRef Key); 763 const NameIndex *CurrentIndex; [all …]
|
| H A D | DWARFVerifier.h | 293 void verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, 295 void verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI); 296 void verifyNameIndexAttribute(const DWARFDebugNames::NameIndex &NI, 300 const DWARFDebugNames::NameIndex &NI, 304 const DWARFDie &Die, const DWARFDebugNames::NameIndex &NI,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.cpp | 43 Item.NameIndex = BlockHeader->NameIndex; in operator ()() 122 BlockHeader.NameIndex = B.ChecksumBufferOffset; in commit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 113 size_t NameIndex = 0; variable 182 bool isNamed() const override { return NameIndex != 0; } in isNamed() 193 return getStringPool().getString(NameIndex); in getName() 213 size_t getNameIndex() const { return NameIndex; } in getNameIndex()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.h | 42 support::ulittle32_t NameIndex; // Offset of FileChecksum entry in File member 67 support::ulittle32_t NameIndex; member
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 41 for (const DebugNames::NameIndex &ni : debug_names) { in GetTypeUnitSignatures() 52 for (const DebugNames::NameIndex &ni : debug_names) { in GetUnits() 169 const DebugNames::NameIndex &ni, in MaybeLogLookupError() 196 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetGlobalVariables() 222 for (const DebugNames::NameIndex &ni : *m_debug_names_up) { in GetGlobalVariables() 636 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetFunctions()
|
| H A D | DebugNamesDWARFIndex.h | 158 const DebugNames::NameIndex &ni,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 276 if (auto NameIndex = getQualifiedNameIndex(Die, CUI.Language, Gsym)) in parseInlineInfo() local 277 II.Name = *NameIndex; in parseInlineInfo() 468 auto NameIndex = getQualifiedNameIndex(Die, CUI.Language, Gsym); in handleDie() local 469 if (!NameIndex) { in handleDie() 526 FI.Name = *NameIndex; in handleDie() 532 FI.Inline->Name = *NameIndex; in handleDie()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBFileBuilder.h | 74 uint32_t NameIndex; member
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFileBuilder.cpp | 122 Desc.NameIndex = NI; in addInjectedSource() 191 Entry.FileNI = IS.NameIndex; in finalizeMsfLayout()
|
| H A D | SymbolCache.cpp | 500 Entries.push_back({StartAddr, FirstLine, ColNum, Group.NameIndex, false}); in findLineTable() 512 Entries.push_back({VA, Line, ColNum, Group.NameIndex, false}); in findLineTable() 519 Entries.push_back({EndAddr, LastLine, ColNum, Group.NameIndex, true}); in findLineTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 282 uint32_t Segment, uint32_t Begin, uint32_t Size, uint32_t NameIndex, in createLines() argument 319 Expected<StringRef> NameOrErr = getFileNameForFileOffset(NameIndex, SG); in createLines() 778 Size, Block.NameIndex)) in traverseSymbolSection() 1092 Begin, Size, Block.NameIndex, &SG)) in createScopes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.h | 180 uint32_t Size, uint32_t NameIndex,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.cpp | 97 NameIndex = getTransformName() ? getStringIndex(ElementName) in setName()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 857 if (LastModi != Modi || LastNameIndex != Block.NameIndex) { in dumpLines() 859 LastNameIndex = Block.NameIndex; in dumpLines() 860 Strings.formatFromChecksumsOffset(P, Block.NameIndex); in dumpLines()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 527 uint64_t NameIndex = 0; variable 768 uint32_t NameIndex; member
|
| H A D | ELFObject.cpp | 70 Shdr.sh_name = Sec.NameIndex; in writeShdr() 805 Sym->NameIndex = in finalize() 866 Sym->st_name = Symbol->NameIndex; in visit() 2677 Sec.NameIndex = Obj.SectionNames->findIndex(Sec.Name); in finalize()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 1857 nameIndex = entry.NameIndex; in getFileLineCodeView() 1864 nameIndex = entry.NameIndex; in getFileLineCodeView()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 589 auto EF = getFileName(Strings, Checksums, L.NameIndex); in fromCodeViewSubsection()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1217 GetFileIndex(*cii, group.NameIndex); in ParseLineTable()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 2842 readEntry(uint64_t &offset, const DWARFDebugNames::NameIndex &ni, in readEntry() 2925 for (const DWARFDebugNames::NameIndex &ni : *inputChunk.llvmDebugNames) { in parseDebugNames()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1366 printFileNameForOffset("Filename", Entry.NameIndex); in printCodeViewSymbolSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 904 unsigned NameIndex, Triple &TT); 2902 unsigned NameIndex, Triple &TT) { in recordValue() argument 2904 if (convertToString(Record, NameIndex, ValueName)) in recordValue()
|