Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDie.cpp124 LB = L->getAsUnsignedConstant(); in dumpArrayType()
126 Count = CountV->getAsUnsignedConstant(); in dumpArrayType()
128 UB = UpperV->getAsUnsignedConstant(); in dumpArrayType()
131 if (Optional<uint64_t> LC = LV->getAsUnsignedConstant()) in dumpArrayType()
259 FormValue.getAsUnsignedConstant().getValue(), in dumpAttribute()
265 } else if (Optional<uint64_t> Val = FormValue.getAsUnsignedConstant()) in dumpAttribute()
271 OS << *FormValue.getAsUnsignedConstant(); in dumpAttribute()
273 FormValue.getAsUnsignedConstant()) { in dumpAttribute()
303 if (Optional<uint64_t> OptVal = FormValue.getAsUnsignedConstant()) in dumpAttribute()
423 if (auto Offset = FormValue->getAsUnsignedConstant()) { in getHighPC()
HDDWARFAcceleratorTable.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()
549 return Off->getAsUnsignedConstant(); in getCUIndex()
HDDWARFContext.cpp1006 if (Optional<uint64_t> Size = SizeAttr->getAsUnsignedConstant()) in getTypeSize()
1042 ElemCountAttr->getAsUnsignedConstant()) in getTypeSize()
1112 Local.TagOffset = TagOffsetAttr->getAsUnsignedConstant(); in addLocalsForDie()
1125 DeclFileAttr->getAsUnsignedConstant().getValue(), in addLocalsForDie()
1131 Local.DeclLine = DeclLineAttr->getAsUnsignedConstant().getValue(); in addLocalsForDie()
HDDWARFDebugLine.cpp275 FileEntry.DirIdx = Value.getAsUnsignedConstant().getValue(); in parseV5DirFileTables()
278 FileEntry.ModTime = Value.getAsUnsignedConstant().getValue(); in parseV5DirFileTables()
281 FileEntry.Length = Value.getAsUnsignedConstant().getValue(); in parseV5DirFileTables()
HDDWARFFormValue.cpp682 Optional<uint64_t> DWARFFormValue::getAsUnsignedConstant() const { in getAsUnsignedConstant() function in DWARFFormValue
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFFormValue.h112 Optional<uint64_t> getAsUnsignedConstant() const;
198 return V->getAsUnsignedConstant(); in toUnsigned()