Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
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()
DDWARFEmitter.cpp266 uint64_t AbbrevTableID, in writeDIE() argument
277 DI.getAbbrevTableInfoByID(AbbrevTableID); in writeDIE()
427 uint64_t AbbrevTableID = Unit.AbbrevTableID.getValueOr(I); in emitDebugInfo() local
430 writeDIE(DI, I, AbbrevTableID, Params, Entry, EntryBufferOS, in emitDebugInfo()
450 DI.getAbbrevTableInfoByID(AbbrevTableID)) { in emitDebugInfo()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp26 uint64_t AbbrevTableID = 0; in dumpDebugAbbrev() local
29 Y.DebugAbbrev.back().ID = AbbrevTableID++; in dumpDebugAbbrev()
220 NewUnit.AbbrevTableID = std::distance( in dumpDebugInfo()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h115 Optional<uint64_t> AbbrevTableID; member