Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp66 uint64_t AbbrevTableID = AbbrevTable.ID.value_or(Index); in getAbbrevTableInfoByID() local
H A DDWARFEmitter.cpp266 writeDIE(const DWARFYAML::Data & DI,uint64_t CUIndex,uint64_t AbbrevTableID,const dwarf::FormParams & Params,const DWARFYAML::Entry & Entry,raw_ostream & OS,bool IsLittleEndian) writeDIE() argument
427 uint64_t AbbrevTableID = Unit.AbbrevTableID.value_or(I); emitDebugInfo() local
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp28 uint64_t AbbrevTableID = 0; in dumpDebugAbbrev() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h116 std::optional<uint64_t> AbbrevTableID; member