Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h234 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 DDWARFVerifier.h254 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 DDWARFAcceleratorTable.cpp472 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 DDWARFVerifier.cpp1085 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 DDebugNamesDWARFIndex.cpp38 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 DDebugNamesDWARFIndex.h87 const DebugNames::NameIndex &ni,
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp43 Item.NameIndex = BlockHeader->NameIndex; in operator ()()
122 BlockHeader.NameIndex = B.ChecksumBufferOffset; in commit()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h110 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 DDwarfTransformer.cpp232 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 DDebugLinesSubsection.h41 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 DPDBFileBuilder.h72 uint32_t NameIndex; member
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp120 Desc.NameIndex = NI; in addInjectedSource()
188 Entry.FileNI = IS.NameIndex; in finalizeMsfLayout()
H A DSymbolCache.cpp496 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 DLVElement.cpp97 NameIndex = getTransformName() ? getStringIndex(ElementName) in setName()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h408 uint64_t NameIndex = 0; variable
641 uint32_t NameIndex; member
H A DELFObject.cpp71 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 DDumpOutputStyle.cpp856 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 DPDB.cpp1816 nameIndex = entry.NameIndex; in getFileLineCodeView()
1823 nameIndex = entry.NameIndex; in getFileLineCodeView()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp591 auto EF = getFileName(Strings, Checksums, L.NameIndex); in fromCodeViewSubsection()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1229 printFileNameForOffset("Filename", Entry.NameIndex); in printCodeViewSymbolSection()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1217 GetFileIndex(*cii, group.NameIndex); in ParseLineTable()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp841 unsigned NameIndex, Triple &TT);
2647 unsigned NameIndex, Triple &TT) { in recordValue() argument
2649 if (convertToString(Record, NameIndex, ValueName)) in recordValue()