Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h120 Optional<uint64_t> getAsAddress() const;
268 return V->getAsAddress(); in toAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp273 (FormValue.getAsAddress() == in dumpAttribute()
432 if (auto Address = FormValue->getAsAddress()) { in getHighPC()
H A DDWARFFormValue.cpp662 Optional<uint64_t> DWARFFormValue::getAsAddress() const { in getAsAddress() function in DWARFFormValue
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp256 if (auto Val = FormValue.getValue().getAsAddress()) in dumpDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1089 Addr = *Val.getAsAddress(); in cloneAddressAttribute()