Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h77 getAsSectionedAddress(const ValueType &Val, const dwarf::Form Form,
118 std::optional<object::SectionedAddress> getAsSectionedAddress() const;
378 return V->getAsSectionedAddress(); in toSectionedAddress()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp404 std::optional<object::SectionedAddress> A = getAsSectionedAddress(); in dump()
635 if (auto SA = getAsSectionedAddress()) in getAsAddress()
640 std::optional<object::SectionedAddress> DWARFFormValue::getAsSectionedAddress( in getAsSectionedAddress() function in DWARFFormValue
664 DWARFFormValue::getAsSectionedAddress() const { in getAsSectionedAddress() function in DWARFFormValue
665 return getAsSectionedAddress(Value, Form, U); in getAsSectionedAddress()