Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp144 uint32_t AbbrevOffset = getCUAbbrev(Abbrev, AbbrCode); in getCUIdentifiers() local
145 uint64_t Tag = AbbrevData.getULEB128(&AbbrevOffset); in getCUIdentifiers()
149 AbbrevData.getU8(&AbbrevOffset); in getCUIdentifiers()
153 while ((Name = AbbrevData.getULEB128(&AbbrevOffset)) | in getCUIdentifiers()
154 (Form = AbbrevData.getULEB128(&AbbrevOffset)) && in getCUIdentifiers()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp154 uint32_t AbbrevOffset = getCUAbbrev(Abbrev, AbbrCode); in getCUIdentifiers() local
155 auto Tag = static_cast<dwarf::Tag>(AbbrevData.getULEB128(&AbbrevOffset)); in getCUIdentifiers()
159 AbbrevData.getU8(&AbbrevOffset); in getCUIdentifiers()
163 while ((Name = AbbrevData.getULEB128(&AbbrevOffset)) | in getCUIdentifiers()
164 (Form = static_cast<dwarf::Form>(AbbrevData.getULEB128(&AbbrevOffset))) && in getCUIdentifiers()