Home
last modified time | relevance | path

Searched refs:AbbrOffset (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp276 AbbrOffset = debug_info.getRelocatedValue( in extract()
279 AbbrOffset = debug_info.getRelocatedValue( in extract()
290 if (AbbrOffset) in extract()
298 AbbrOffset = AbbrEntry->Offset; in extract()
DDWARFVerifier.cpp103 uint64_t AbbrOffset, Length; in verifyUnitHeader() local
125 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader()
129 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader()
133 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset)) in verifyUnitHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h53 uint64_t AbbrOffset = 0; variable
87 uint64_t getAbbrOffset() const { return AbbrOffset; } in getAbbrOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp146 writeInteger((uint32_t)CU.AbbrOffset, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
148 writeInteger((uint32_t)CU.AbbrOffset, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
DDWARFYAML.cpp103 IO.mapRequired("AbbrOffset", Unit.AbbrOffset); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h104 uint32_t AbbrOffset; member