Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h121 std::optional<uint64_t> getAsReferenceUVal() const;
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp268 if (auto Val = FormValue->getAsReferenceUVal()) in dumpDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp769 std::optional<uint64_t> DWARFFormValue::getAsReferenceUVal() const { in getAsReferenceUVal() function in DWARFFormValue
H A DDWARFDie.cpp326 if (std::optional<uint64_t> Sig = Attr->getAsReferenceUVal()) { in resolveTypeUnitReference()
H A DDWARFAcceleratorTable.cpp550 return Off->getAsReferenceUVal(); in getDIEUnitOffset()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp273 return *FormValue.getAsReferenceUVal(); in processOneAttribute()