Home
last modified time | relevance | path

Searched refs:getAsSectionedAddress (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h107 Optional<SectionedAddress> getAsSectionedAddress() const;
248 return V->getAsSectionedAddress(); in toSectionedAddress()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp590 if (auto SA = getAsSectionedAddress()) in getAsAddress()
594 Optional<SectionedAddress> DWARFFormValue::getAsSectionedAddress() const { in getAsSectionedAddress() function in DWARFFormValue