Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h323 toSupplementaryReference(const std::optional<DWARFFormValue> &V) { in toSupplementaryReference() function
336 inline uint64_t toSupplementaryReference(const std::optional<DWARFFormValue> &V, in toSupplementaryReference() function
338 return toSupplementaryReference(V).value_or(Default); in toSupplementaryReference()