Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/
DDWARFFormValue.h72 Optional<uint64_t> getAsSectionOffset() const;
/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp209 Optional<uint64_t> Result = FormValue.getAsSectionOffset(); in getAttributeValueAsSectionOffset()
DDWARFFormValue.cpp539 Optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue