Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFGdbIndex.cpp28 CuListOffset, (uint64_t)CuList.size()) in dumpCUList()
111 CuListOffset = Data.getU32(&Offset); in parseImpl()
117 if (Offset != CuListOffset) in parseImpl()
120 uint32_t CuListSize = (CuTypesOffset - CuListOffset) / 16; in parseImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFGdbIndex.h26 uint32_t CuListOffset; variable