Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h125 Optional<uint64_t> getAsReferenceUVal() const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp266 if (auto Val = FormValue.getValue().getAsReferenceUVal()) in dumpDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp760 Optional<uint64_t> DWARFFormValue::getAsReferenceUVal() const { in getAsReferenceUVal() function in DWARFFormValue
H A DDWARFAcceleratorTable.cpp550 return Off->getAsReferenceUVal(); in getDIEUnitOffset()