Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h119 Optional<object::SectionedAddress> getAsSectionedAddress() const;
299 return V->getAsSectionedAddress(); in toSectionedAddress()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp669 if (auto SA = getAsSectionedAddress()) in getAsAddress()
675 DWARFFormValue::getAsSectionedAddress() const { in getAsSectionedAddress() function in DWARFFormValue