Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h117 std::optional<uint64_t> getAsAddress() const;
371 return V->getAsAddress(); in toAddress()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp402 if (std::optional<uint64_t> Value = FormValue.getAsAddress()) { in processOneAttribute()
407 CurrentLowPC = *FormValue.getAsAddress(); in processOneAttribute()
430 if (std::optional<uint64_t> Address = FormValue.getAsAddress()) in processOneAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp158 (FormValue.getAsAddress() == in dumpAttribute()
350 if (auto Address = FormValue->getAsAddress()) { in getHighPC()
H A DDWARFFormValue.cpp634 std::optional<uint64_t> DWARFFormValue::getAsAddress() const { in getAsAddress() function in DWARFFormValue
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1373 std::optional<uint64_t> Addr = AddrAttribute->getAsAddress(); in cloneAddressAttribute()