Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp70 HdrData.DIEOffsetBase = AccelSection.getU32(&Offset); in extract()
159 return Value->getRawUValue() + DIEOffsetBase; in extractOffset()
212 W.printNumber("DIE offset base", HdrData.DIEOffsetBase); in dump()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h100 uint32_t DIEOffsetBase; member