Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp66 uint64_t AbbrevTableID = AbbrevTable.ID.value_or(Index); in getAbbrevTableInfoByID() local
H A DDWARFEmitter.cpp266 uint64_t AbbrevTableID, in writeDIE()
427 uint64_t AbbrevTableID = Unit.AbbrevTableID.value_or(I); in emitDebugInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h116 std::optional<uint64_t> AbbrevTableID; member