/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAddressRange.h | 26 uint64_t LowPC; member 36 : LowPC(LowPC), HighPC(HighPC), SectionIndex(SectionIndex) {} in LowPC() function
|
H A D | DWARFDebugAranges.h | 59 uint64_t LowPC; /// Start of address range. member
|
H A D | DWARFDebugLine.h | 202 uint64_t LowPC; member
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 89 if (std::optional<uint64_t> LowPC = in getSubprogramRelocAdjustment() local 158 bool isInsideExecutableSectionsAddressRange(uint64_t LowPC, in isInsideExecutableSectionsAddressRange() argument 169 isBFDDeadAddressRange(uint64_t LowPC,std::optional<uint64_t> HighPC,uint16_t Version) isBFDDeadAddressRange() argument 180 isMAXPCDeadAddressRange(uint64_t LowPC,std::optional<uint64_t> HighPC,uint16_t Version,uint8_t AddressByteSize) isMAXPCDeadAddressRange() argument 196 isDeadAddressRange(uint64_t LowPC,std::optional<uint64_t> HighPC,uint16_t Version,TombstoneKind Tombstone,uint8_t AddressByteSize) isDeadAddressRange() argument 214 isDeadAddress(uint64_t LowPC,uint16_t Version,TombstoneKind Tombstone,uint8_t AddressByteSize) isDeadAddress() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 39 uint64_t LowPC = Desc.Address; in extract() local 82 void DWARFDebugAranges::appendRange(uint64_t CUOffset, uint64_t LowPC, in appendRange()
|
H A D | DWARFDebugLoc.cpp | 64 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local 75 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local
|
H A D | DWARFDie.cpp | 171 uint64_t LowPC, HighPC, Index; in dumpAttribute() local 382 if (getLowAndHighPC(LowPC, HighP in getAddressRanges() local 363 getLowAndHighPC(uint64_t & LowPC,uint64_t & HighPC,uint64_t & SectionIndex) const getLowAndHighPC() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.cpp | 65 void LVSymbol::addLocation(dwarf::Attribute Attr, LVAddress LowPC, in addLocation() 104 LVAddress LowPC, in addLocationGap() 142 LVAddress LowPC = 0; in fillLocationGaps() local
|
H A D | LVRange.cpp | 74 LVAddress LowPC = Location->getLowerAddress(); in addEntry() local
|
H A D | LVLocation.cpp | 561 void LVLocationSymbol::addObject(LVAddress LowPC, LVAddress HighPC, in addObject()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.h | 93 LVAddress LowPC = 0; variable 150 virtual void addObject(LVAddress LowPC, LVAddress HighPC, in addObject()
|
H A D | LVScope.h | 506 void addPublicName(LVScope *Scope, LVAddress LowPC, LVAddress HighPC) { in addPublicName()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DIEAttributeCloner.cpp | 462 std::optional<uint64_t> LowPC = OutUnit.getAsCompileUnit()->getLowPc(); in cloneScalarAttr() local 619 if (std::optional<uint64_t> LowPC = OutUnit.getAsCompileUnit()->getLowPc()) in cloneAddressAttr() local
|
H A D | DWARFLinkerCompileUnit.cpp | 556 if (std::optional<uint64_t> LowPC = getLowPc()) in emitLocListFragment() local 798 if (std::optional<uint64_t> LowPC in emitRangeListFragment() local [all...] |
/freebsd-src/contrib/llvm-project/libunwind/src/ |
H A D | FrameHeaderCache.hpp | 34 uintptr_t LowPC() { return Info.dso_base; } in LowPC() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 486 if (std::optional<uint64_t> LowPC = Unit.getLowPc()) in emitDwarfDebugRangesTableFragment() local 678 if (std::optional<uint64_t> LowPC = Unit.getLowPc()) in emitDwarfDebugLocTableFragment() local
|
H A D | DWARFLinker.cpp | 1364 if (std::optional<uint64_t> LowPC = Unit.getLowPc()) cloneAddressAttribute() local 1497 std::optional<uint64_t> LowPC = Unit.getLowPc(); cloneScalarAttribute() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVELFReader.cpp |
|
H A D | LVCodeViewVisitor.cpp | 807 LVAddress LowPC = in visitKnownRecord() local 1541 LVAddress LowPC = in visitKnownRecord() local 3506 uint64_t LowPC = 0; in inlineSiteAnnotation() local [all...] |