Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h122 std::optional<uint64_t> getAsReferenceUVal() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp751 std::optional<uint64_t> DWARFFormValue::getAsReferenceUVal() const { in getAsReferenceUVal() function in DWARFFormValue
H A DDWARFDie.cpp328 if (std::optional<uint64_t> Sig = Attr->getAsReferenceUVal()) { in resolveTypeUnitReference()
H A DDWARFAcceleratorTable.cpp629 return Off->getAsReferenceUVal(); in getDIEUnitOffset()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp274 return *FormValue.getAsReferenceUVal(); in processOneAttribute()