Home
last modified time | relevance | path

Searched defs: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
H A DDWARFEmitter.cpp265 uint64_t AbbrevTableID, in writeDIE()
426 uint64_t AbbrevTableID = Unit.AbbrevTableID.getValueOr(I); in emitDebugInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp26 uint64_t AbbrevTableID = 0; in dumpDebugAbbrev() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h115 Optional<uint64_t> AbbrevTableID; member