Home
last modified time | relevance | path

Searched refs:getAsUnsignedConstant (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp217 formValue.getAsUnsignedConstant().getValue(), in dumpAttribute()
223 } else if (Optional<uint64_t> Val = formValue.getAsUnsignedConstant()) in dumpAttribute()
229 OS << *formValue.getAsUnsignedConstant(); in dumpAttribute()
231 formValue.getAsUnsignedConstant()) { in dumpAttribute()
259 if (Optional<uint64_t> OptVal = formValue.getAsUnsignedConstant()) in dumpAttribute()
369 if (auto Offset = FormValue->getAsUnsignedConstant()) { in getHighPC()
DDWARFAcceleratorTable.cpp125 DieOffset = *FormValue.getAsUnsignedConstant(); in readAtoms()
128 DieTag = (dwarf::Tag)*FormValue.getAsUnsignedConstant(); in readAtoms()
189 if (Optional<uint64_t> Val = Atom.getAsUnsignedConstant()) { in dumpName()
299 if (Optional<uint64_t> Value = Tag->getAsUnsignedConstant()) in getTag()
550 return Off->getAsUnsignedConstant(); in getCUIndex()
DDWARFDebugLine.cpp254 FileEntry.DirIdx = Value.getAsUnsignedConstant().getValue(); in parseV5DirFileTables()
257 FileEntry.ModTime = Value.getAsUnsignedConstant().getValue(); in parseV5DirFileTables()
260 FileEntry.Length = Value.getAsUnsignedConstant().getValue(); in parseV5DirFileTables()
DDWARFFormValue.cpp596 Optional<uint64_t> DWARFFormValue::getAsUnsignedConstant() const { in getAsUnsignedConstant() function in DWARFFormValue
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp145 formValue.getAsUnsignedConstant().getValue(), in dumpAttribute()
151 } else if (Optional<uint64_t> Val = formValue.getAsUnsignedConstant()) in dumpAttribute()
157 OS << *formValue.getAsUnsignedConstant(); in dumpAttribute()
174 if (Optional<uint64_t> OptVal = formValue.getAsUnsignedConstant()) in dumpAttribute()
282 Optional<uint64_t> Result = FormValue.getAsUnsignedConstant(); in getAttributeValueAsUnsignedConstant()
DDWARFFormValue.cpp565 Optional<uint64_t> DWARFFormValue::getAsUnsignedConstant() const { in getAsUnsignedConstant() function in DWARFFormValue
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h100 Optional<uint64_t> getAsUnsignedConstant() const;
172 return V->getAsUnsignedConstant(); in toUnsigned()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h76 Optional<uint64_t> getAsUnsignedConstant() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp186 if (auto Val = FormValue.getValue().getAsUnsignedConstant()) in dumpDebugInfo()
195 if (auto Val = FormValue.getValue().getAsUnsignedConstant()) { in dumpDebugInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1112 if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute()
1141 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2161 HighPc = LowPc + *HighPcValue.getAsUnsignedConstant(); in shouldKeepSubprogramDIE()
2529 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1351 EXPECT_EQ(1ull, *I->Value.getAsUnsignedConstant()); in TEST()