Home
last modified time | relevance | path

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

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