Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h196 inline Optional<uint64_t> toReference(const Optional<DWARFFormValue> &V) { in toReference() function
208 inline uint64_t toReference(const Optional<DWARFFormValue> &V, in toReference() function
210 return toReference(V).getValueOr(Default); in toReference()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp441 if (auto SpecRef = toReference(V)) { in getAttributeValueAsReferencedDie()