Searched refs:NameIndex (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h261 unsigned verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI,
263 unsigned verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI);
264 unsigned verifyNameIndexAttribute(const DWARFDebugNames::NameIndex &NI,
267 unsigned verifyNameIndexEntries(const DWARFDebugNames::NameIndex &NI,
270 const DWARFDebugNames::NameIndex &NI);
H A DDWARFAcceleratorTable.h226 class NameIndex;
277 const NameIndex *NameIdx;
280 Entry(const NameIndex &NameIdx, const Abbrev &Abbr);
289 /// is valid in the owning NameIndex (or use getCUOffset(), which will
313 friend class NameIndex;
317 /// Error returned by NameIndex::getEntry to report it has reached the end of
381 class NameIndex { class in class:llvm::DWARFDebugNames
413 NameIndex(const DWARFDebugNames &Section, uint64_t Base) function in class:llvm::DWARFDebugNames::NameIndex
474 const NameIndex *CurrentIndex = nullptr;
502 ValueIterator(const NameIndex
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp446 DWARFDebugNames::NameIndex::extractAttributeEncoding(uint64_t *Offset) {
458 DWARFDebugNames::NameIndex::extractAttributeEncodings(uint64_t *Offset) {
472 DWARFDebugNames::NameIndex::extractAbbrev(uint64_t *Offset) {
489 Error DWARFDebugNames::NameIndex::extract() {
529 DWARFDebugNames::Entry::Entry(const NameIndex &NameIdx, const Abbrev &Abbr)
532 // (NameIndex::getEntry) to populate them.
587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const {
594 uint64_t DWARFDebugNames::NameIndex::getLocalTUOffset(uint32_t TU) const {
601 uint64_t DWARFDebugNames::NameIndex::getForeignTUSignature(uint32_t TU) const {
611 DWARFDebugNames::NameIndex
[all...]
H A DDWARFVerifier.cpp942 for (const DWARFDebugNames::NameIndex &NI : AccelTable) {
980 DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI,
1092 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr,
1096 error() << formatv("NameIndex @ {0:x}: Abbreviation {1:x}: {2} uses an "
1106 "NameIndex @ {0:x}: Abbreviation {1:x}: DW_IDX_type_hash "
1133 warn() << formatv("NameIndex @ {0:x}: Abbreviation {1:x} contains an "
1140 error() << formatv("NameIndex @ {0:x}: Abbreviation {1:x}: {2} uses an "
1150 DWARFVerifier::verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI) {
1162 warn() << formatv("NameIndex @ {0:x}: Abbreviation {1:x} references an "
1169 error() << formatv("NameIndex
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp43 Item.NameIndex = BlockHeader->NameIndex;
122 BlockHeader.NameIndex = B.ChecksumBufferOffset;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h40 support::ulittle32_t NameIndex; // Offset of FileChecksum entry in File member in struct:llvm::codeview::LineBlockFragmentHeader
65 support::ulittle32_t NameIndex; member in struct:llvm::codeview::LineColumnEntry
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp36 for (const DebugNames::NameIndex &ni : debug_names) {
76 const DebugNames::NameIndex &ni,
103 for (const DebugNames::NameIndex &ni: *m_debug_names_up) {
128 for (const DebugNames::NameIndex &ni: *m_debug_names_up) {
264 for (const DebugNames::NameIndex &ni: *m_debug_names_up) {
H A DDebugNamesDWARFIndex.h86 const DebugNames::NameIndex &ni,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h71 uint32_t NameIndex; member in struct:llvm::pdb::PDBFileBuilder::InjectedSourceDescriptor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp231 if (auto NameIndex = getQualifiedNameIndex(Die, CUI.Language, Gsym))
232 II.Name = *NameIndex;
362 auto NameIndex = getQualifiedNameIndex(Die, CUI.Language, Gsym); local
363 if (!NameIndex) {
405 FI.Name = *NameIndex;
411 FI.Inline->Name = *NameIndex;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp114 Desc.NameIndex = NI;
182 Entry.FileNI = IS.NameIndex;
H A DSymbolCache.cpp479 Entries.push_back({VA, Line, ColNum, Group.NameIndex, false});
488 Entries.push_back({VA, LastLine, ColNum, Group.NameIndex, true});
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp73 Shdr.sh_name = Sec.NameIndex;
734 Sym->NameIndex =
789 Sym->st_name = Symbol->NameIndex;
2239 Sec.NameIndex = Obj.SectionNames->findIndex(Sec.Name);
H A DObject.h404 uint64_t NameIndex = 0; member in class:llvm::objcopy::elf::SectionBase
620 uint32_t NameIndex; member in struct:llvm::objcopy::elf::Symbol
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp960 if (LastModi != Modi || LastNameIndex != Block.NameIndex) {
962 LastNameIndex = Block.NameIndex;
963 Strings.formatFromChecksumsOffset(P, Block.NameIndex);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1580 nameIndex = entry.NameIndex;
1587 nameIndex = entry.NameIndex;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp591 auto EF = getFileName(Strings, Checksums, L.NameIndex);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1099 auto iter = checksums.at(group.NameIndex);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp746 unsigned NameIndex, Triple &TT);
2009 unsigned NameIndex, Triple &TT) {
2011 if (convertToString(Record, NameIndex, ValueName))
2008 recordValue(SmallVectorImpl<uint64_t> &Record, unsigned NameIndex, Triple &TT) argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1151 printFileNameForOffset("Filename", Entry.NameIndex);

Completed in 172 milliseconds