Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp61 uint64_t AbbrevTableOffset = 0; in getAbbrevTableInfoByID() local
68 /*Offset=*/AbbrevTableOffset}}); in getAbbrevTableInfoByID()
76 AbbrevTableOffset += in getAbbrevTableInfoByID()
DDWARFEmitter.cpp445 uint64_t AbbrevTableOffset = 0; in emitDebugInfo() local
447 AbbrevTableOffset = *Unit.AbbrOffset; in emitDebugInfo()
451 AbbrevTableOffset = AbbrevTableInfoOrErr->Offset; in emitDebugInfo()
463 writeDWARFOffset(AbbrevTableOffset, Unit.Format, OS, DI.IsLittleEndian); in emitDebugInfo()
465 writeDWARFOffset(AbbrevTableOffset, Unit.Format, OS, DI.IsLittleEndian); in emitDebugInfo()