Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h117 LLVM_ABI std::optional<uint64_t> getAsSupplementaryReference() const;
330 return V->getAsSupplementaryReference(); in toSupplementaryReference()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp695 std::optional<uint64_t> DWARFFormValue::getAsSupplementaryReference() const { in getAsSupplementaryReference() function in DWARFFormValue