Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h121 Optional<object::SectionedAddress> getAsSectionedAddress() const;
275 return V->getAsSectionedAddress(); in toSectionedAddress()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp663 if (auto SA = getAsSectionedAddress()) in getAsAddress()
669 DWARFFormValue::getAsSectionedAddress() const { in getAsSectionedAddress() function in DWARFFormValue