Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h121 Optional<object::SectionedAddress> getAsSectionedAddress() const;
275 return V->getAsSectionedAddress(); in toSectionedAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp663 if (auto SA = getAsSectionedAddress()) in getAsAddress()
669 DWARFFormValue::getAsSectionedAddress() const { in getAsSectionedAddress() function in DWARFFormValue