Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp64 uint64_t AbbrevTableID = in getAbbrevTableInfoByID() local
DDWARFEmitter.cpp266 uint64_t AbbrevTableID, in writeDIE()
427 uint64_t AbbrevTableID = Unit.AbbrevTableID.getValueOr(I); in emitDebugInfo() local
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp26 uint64_t AbbrevTableID = 0; in dumpDebugAbbrev() local
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h115 Optional<uint64_t> AbbrevTableID; member