Home
last modified time | relevance | path

Searched defs:LowPC (Results 1 – 19 of 19) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h26 uint64_t LowPC; member
36 : LowPC(LowPC), HighPC(HighPC), SectionIndex(SectionIndex) {} in LowPC() function
H A DDWARFDebugAranges.h59 uint64_t LowPC; /// Start of address range. member
H A DDWARFDebugLine.h202 uint64_t LowPC; member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp89 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 DDWARFDebugAranges.cpp39 uint64_t LowPC = Desc.Address; in extract() local
82 void DWARFDebugAranges::appendRange(uint64_t CUOffset, uint64_t LowPC, in appendRange()
H A DDWARFDebugLoc.cpp64 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local
75 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local
H A DDWARFDie.cpp171 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 DLVSymbol.cpp65 void LVSymbol::addLocation(dwarf::Attribute Attr, LVAddress LowPC, in addLocation()
104 LVAddress LowPC, in addLocationGap()
142 LVAddress LowPC = 0; in fillLocationGaps() local
H A DLVRange.cpp74 LVAddress LowPC = Location->getLowerAddress(); in addEntry() local
H A DLVLocation.cpp561 void LVLocationSymbol::addObject(LVAddress LowPC, LVAddress HighPC, in addObject()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h93 LVAddress LowPC = 0; variable
150 virtual void addObject(LVAddress LowPC, LVAddress HighPC, in addObject()
H A DLVScope.h506 void addPublicName(LVScope *Scope, LVAddress LowPC, LVAddress HighPC) { in addPublicName()
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp462 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 DDWARFLinkerCompileUnit.cpp556 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 DFrameHeaderCache.hpp34 uintptr_t LowPC() { return Info.dso_base; } in LowPC() function
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp486 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 DDWARFLinker.cpp1364 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 DLVELFReader.cpp
H A DLVCodeViewVisitor.cpp807 LVAddress LowPC = in visitKnownRecord() local
1541 LVAddress LowPC = in visitKnownRecord() local
3506 uint64_t LowPC = 0; in inlineSiteAnnotation() local
[all...]