Searched refs:AbbrevTableID (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 66 uint64_t AbbrevTableID = AbbrevTable.ID.value_or(Index); in getAbbrevTableInfoByID() local 68 {AbbrevTableID, AbbrevTableInfo{/*Index=*/Index, in getAbbrevTableInfoByID() 75 AbbrevTableID, Index, It.first->second.Index); in getAbbrevTableInfoByID() 216 IO.mapOptional("AbbrevTableID", Unit.AbbrevTableID); in mapping()
|
H A D | DWARFEmitter.cpp | 266 uint64_t AbbrevTableID, in writeDIE() argument 277 DI.getAbbrevTableInfoByID(AbbrevTableID); in writeDIE() 427 uint64_t AbbrevTableID = Unit.AbbrevTableID.value_or(I); in emitDebugInfo() local 430 writeDIE(DI, I, AbbrevTableID, Params, Entry, EntryBufferOS, in emitDebugInfo() 450 DI.getAbbrevTableInfoByID(AbbrevTableID)) { in emitDebugInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 116 std::optional<uint64_t> AbbrevTableID; member
|