Home
last modified time | relevance | path

Searched refs:AbbrevTableOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp63 uint64_t AbbrevTableOffset = 0; in getAbbrevTableInfoByID() local
69 /*Offset=*/AbbrevTableOffset}}); in getAbbrevTableInfoByID()
77 AbbrevTableOffset += getAbbrevTableContentByIndex(Index).size(); in getAbbrevTableInfoByID()
H A DDWARFEmitter.cpp457 uint64_t AbbrevTableOffset = 0; in emitDebugInfo() local
459 AbbrevTableOffset = *Unit.AbbrOffset; in emitDebugInfo()
463 AbbrevTableOffset = AbbrevTableInfoOrErr->Offset; in emitDebugInfo()
475 writeDWARFOffset(AbbrevTableOffset, Unit.Format, OS, DI.IsLittleEndian); in emitDebugInfo()
492 writeDWARFOffset(AbbrevTableOffset, Unit.Format, OS, DI.IsLittleEndian); in emitDebugInfo()