Home
last modified time | relevance | path

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

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