Home
last modified time | relevance | path

Searched refs:getRawUValue (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp333 llvm::erase(*AbstractOriginVariables, (*Offset).getRawUValue()); in collectStatsForDie()
531 uint64_t OffsetOfInlineFnCopy = (*OffsetFn).getRawUValue(); in collectStatsRecursive()
757 llvm::erase(AbstractOriginVars, (*OffsetVar).getRawUValue()); in updateVarsWithAbstractOriginLocCovInfo()
781 uint64_t FnCopyRawUValue = (*FnCopy).getRawUValue(); in collectZeroLocCovForVarsWithAbstractOrigin()
824 uint64_t FnCopyRawUValue = (*FnCopy).getRawUValue(); in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h81 uint64_t getRawUValue() const { return Value.uval; } in getRawUValue() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp169 return Value->getRawUValue() + DIEOffsetBase; in extractOffset()
701 return NameIdx->getEntryAtRelativeOffset(ParentEntryOff->getRawUValue()); in getParentDIEEntry()
718 auto AbsoluteOffset = NameIdx->Offsets.EntriesBase + FormValue.getRawUValue(); in dumpParentIdx()
H A DDWARFVerifier.cpp843 auto CUOffset = AttrValue.Value.getRawUValue(); in verifyDebugInfoForm()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp405 uint64_t UValue = FormValue.getRawUValue(); in processOneAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1353 dwarf::Form(AttrSpec.Form), DIEInteger(Val.getRawUValue())); in cloneAddressAttribute()