Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h116 std::optional<uint64_t> getAsAddress() const;
295 return V->getAsAddress(); in toAddress()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp401 if (std::optional<uint64_t> Value = FormValue.getAsAddress()) { in processOneAttribute()
406 CurrentLowPC = *FormValue.getAsAddress(); in processOneAttribute()
427 if (std::optional<uint64_t> Address = FormValue.getAsAddress()) in processOneAttribute()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp156 (FormValue.getAsAddress() == in dumpAttribute()
348 if (auto Address = FormValue->getAsAddress()) { in getHighPC()
H A DDWARFFormValue.cpp669 std::optional<uint64_t> DWARFFormValue::getAsAddress() const { in getAsAddress() function in DWARFFormValue
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp258 if (auto Val = FormValue->getAsAddress()) in dumpDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1186 Addr = *Val.getAsAddress(); in cloneAddressAttribute()