Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp489 CUsBase = Offset; in extract()
583 uint32_t Offset = CUsBase + 4 * CU; in getCUOffset()
589 uint32_t Offset = CUsBase + Hdr.CompUnitCount * 4; in getLocalTUOffset()
595 uint32_t Offset = CUsBase + (Hdr.CompUnitCount + Hdr.LocalTypeUnitCount) * 4; in getForeignTUSignature()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h394 uint32_t CUsBase; variable