Home
last modified time | relevance | path

Searched refs:NameIndex (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp446 DWARFDebugNames::NameIndex::extractAttributeEncoding(uint64_t *Offset) { in extractAttributeEncoding()
458 DWARFDebugNames::NameIndex::extractAttributeEncodings(uint64_t *Offset) { in extractAttributeEncodings()
472 DWARFDebugNames::NameIndex::extractAbbrev(uint64_t *Offset) { in extractAbbrev()
489 Error DWARFDebugNames::NameIndex::extract() { in extract()
529 DWARFDebugNames::Entry::Entry(const NameIndex &NameIdx, const Abbrev &Abbr) in Entry()
587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset()
594 uint64_t DWARFDebugNames::NameIndex::getLocalTUOffset(uint32_t TU) const { in getLocalTUOffset()
601 uint64_t DWARFDebugNames::NameIndex::getForeignTUSignature(uint32_t TU) const { in getForeignTUSignature()
611 DWARFDebugNames::NameIndex::getEntry(uint64_t *Offset) const { in getEntry()
637 DWARFDebugNames::NameIndex::getNameTableEntry(uint32_t Index) const { in getNameTableEntry()
[all …]
H A DDWARFVerifier.cpp984 for (const DWARFDebugNames::NameIndex &NI : AccelTable) { in verifyDebugNamesCULists()
1022 DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, in verifyNameIndexBuckets()
1134 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute()
1192 DWARFVerifier::verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexAbbrevs()
1256 const DWARFDebugNames::NameIndex &NI, in verifyNameIndexEntries()
1364 const DWARFDie &Die, const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexCompleteness()
1498 if (const DWARFDebugNames::NameIndex *NI = in verifyDebugNames()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h233 class NameIndex;
284 const NameIndex *NameIdx;
287 Entry(const NameIndex &NameIdx, const Abbrev &Abbr);
320 friend class NameIndex; variable
388 class NameIndex {
420 NameIndex(const DWARFDebugNames &Section, uint64_t Base) in NameIndex() function
488 const NameIndex *CurrentIndex = nullptr;
516 ValueIterator(const NameIndex &NI, StringRef Key);
543 const NameIndex *CurrentIndex;
562 NameIterator(const NameIndex *CurrentIndex, uint32_t CurrentName) in NameIterator()
[all …]
H A DDWARFVerifier.h258 unsigned verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI,
260 unsigned verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI);
261 unsigned verifyNameIndexAttribute(const DWARFDebugNames::NameIndex &NI,
264 unsigned verifyNameIndexEntries(const DWARFDebugNames::NameIndex &NI,
267 const DWARFDebugNames::NameIndex &NI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp43 Item.NameIndex = BlockHeader->NameIndex; in operator ()()
122 BlockHeader.NameIndex = B.ChecksumBufferOffset; in commit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp231 if (auto NameIndex = getQualifiedNameIndex(Die, CUI.Language, Gsym)) in parseInlineInfo() local
232 II.Name = *NameIndex; in parseInlineInfo()
362 auto NameIndex = getQualifiedNameIndex(Die, CUI.Language, Gsym); in handleDie() local
363 if (!NameIndex) { in handleDie()
405 FI.Name = *NameIndex; in handleDie()
411 FI.Inline->Name = *NameIndex; in handleDie()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h40 support::ulittle32_t NameIndex; // Offset of FileChecksum entry in File member
65 support::ulittle32_t NameIndex; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp113 Desc.NameIndex = NI; in addInjectedSource()
181 Entry.FileNI = IS.NameIndex; in finalizeMsfLayout()
H A DSymbolCache.cpp491 Entries.push_back({StartAddr, FirstLine, ColNum, Group.NameIndex, false}); in findLineTable()
503 Entries.push_back({VA, Line, ColNum, Group.NameIndex, false}); in findLineTable()
510 Entries.push_back({EndAddr, LastLine, ColNum, Group.NameIndex, true}); in findLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h69 uint32_t NameIndex; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h408 uint64_t NameIndex = 0; variable
633 uint32_t NameIndex; member
H A DObject.cpp73 Shdr.sh_name = Sec.NameIndex; in writeShdr()
817 Sym->NameIndex = in finalize()
878 Sym->st_name = Symbol->NameIndex; in visit()
2543 Sec.NameIndex = Obj.SectionNames->findIndex(Sec.Name); in finalize()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp956 if (LastModi != Modi || LastNameIndex != Block.NameIndex) { in dumpLines()
958 LastNameIndex = Block.NameIndex; in dumpLines()
959 Strings.formatFromChecksumsOffset(P, Block.NameIndex); in dumpLines()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp591 auto EF = getFileName(Strings, Checksums, L.NameIndex); in fromCodeViewSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp745 unsigned NameIndex, Triple &TT);
2049 unsigned NameIndex, Triple &TT) { in recordValue() argument
2051 if (convertToString(Record, NameIndex, ValueName)) in recordValue()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1171 printFileNameForOffset("Filename", Entry.NameIndex); in printCodeViewSymbolSection()