Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h223 inline Optional<uint64_t> toReference(const Optional<DWARFFormValue> &V) { in toReference() function
235 inline uint64_t toReference(const Optional<DWARFFormValue> &V, in toReference() function
237 return toReference(V).getValueOr(Default); in toReference()