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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h218 inline Optional<uint64_t> toReference(const Optional<DWARFFormValue> &V) { function in namespace:llvm::dwarf
230 inline uint64_t toReference(const Optional<DWARFFormValue> &V, function in namespace:llvm::dwarf
232 return toReference(V).getValueOr(Default);

Completed in 108 milliseconds