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 | 262 uint64_t AbbrevTableID, in writeDIE() argument 273 DI.getAbbrevTableInfoByID(AbbrevTableID); in writeDIE() 439 uint64_t AbbrevTableID = Unit.AbbrevTableID.value_or(I); in emitDebugInfo() local 442 writeDIE(DI, I, AbbrevTableID, Params, Entry, EntryBufferOS, in emitDebugInfo() 462 DI.getAbbrevTableInfoByID(AbbrevTableID)) { in emitDebugInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 117 std::optional<uint64_t> AbbrevTableID; member
|