Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/
DDWARFFormValue.h69 Optional<uint64_t> getAsUnsignedConstant() const;
/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp191 Optional<uint64_t> Result = FormValue.getAsUnsignedConstant(); in getAttributeValueAsUnsignedConstant()
DDWARFFormValue.cpp545 Optional<uint64_t> DWARFFormValue::getAsUnsignedConstant() const { in getAsUnsignedConstant() function in DWARFFormValue