Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h123 Optional<uint64_t> getAsReferenceUVal() const;
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp267 if (auto Val = FormValue.value().getAsReferenceUVal()) in dumpDebugInfo()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp766 Optional<uint64_t> DWARFFormValue::getAsReferenceUVal() const { in getAsReferenceUVal() function in DWARFFormValue
H A DDWARFDie.cpp331 if (Optional<uint64_t> Sig = Attr->getAsReferenceUVal()) { in resolveTypeUnitReference()
H A DDWARFAcceleratorTable.cpp549 return Off->getAsReferenceUVal(); in getDIEUnitOffset()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp723 if (Optional<uint64_t> Val = SignatureAttrVal->V.getAsReferenceUVal()) in updateUnitDebugInfo()