Home
last modified time | relevance | path

Searched refs:AbbrevTableID (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp64 uint64_t AbbrevTableID = in getAbbrevTableInfoByID() local
67 {AbbrevTableID, AbbrevTableInfo{/*Index=*/AbbrevTable.index(), in getAbbrevTableInfoByID()
74 AbbrevTableID, AbbrevTable.index(), It.first->second.Index); in getAbbrevTableInfoByID()
189 IO.mapOptional("AbbrevTableID", Unit.AbbrevTableID); in mapping()
H A DDWARFEmitter.cpp265 uint64_t AbbrevTableID, in writeDIE() argument
276 DI.getAbbrevTableInfoByID(AbbrevTableID); in writeDIE()
426 uint64_t AbbrevTableID = Unit.AbbrevTableID.getValueOr(I); in emitDebugInfo() local
429 writeDIE(DI, I, AbbrevTableID, Params, Entry, EntryBufferOS, in emitDebugInfo()
449 DI.getAbbrevTableInfoByID(AbbrevTableID)) { in emitDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp26 uint64_t AbbrevTableID = 0; in dumpDebugAbbrev() local
29 Y.DebugAbbrev.back().ID = AbbrevTableID++; in dumpDebugAbbrev()
220 NewUnit.AbbrevTableID = std::distance( in dumpDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h115 Optional<uint64_t> AbbrevTableID; member