Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h117 std::optional<object::SectionedAddress> getAsSectionedAddress() const;
302 return V->getAsSectionedAddress(); in toSectionedAddress()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp670 if (auto SA = getAsSectionedAddress()) in getAsAddress()
676 DWARFFormValue::getAsSectionedAddress() const { in getAsSectionedAddress() function in DWARFFormValue