Home
last modified time | relevance | path

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

/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/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h76 Optional<uint64_t> getAsUnsignedConstant() const;
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2161 HighPc = LowPc + *HighPcValue.getAsUnsignedConstant(); in shouldKeepSubprogramDIE()
2529 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute()