/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 40 appendRange(CUOffset, LowPC, HighPC); in extract() local 83 if (LowPC >= HighPC) in appendRange() argument
|
H A D | DWARFDie.cpp | 171 if (Die.getLowAndHighPC(LowPC, HighPC, Index)) in dumpAttribute() local 363 getLowAndHighPC(uint64_t & LowPC,uint64_t & HighPC,uint64_t & SectionIndex) const getLowAndHighPC() argument 382 uint64_t LowPC, HighPC, Index; getAddressRanges() local
|
H A D | DWARFDebugLoc.cpp | 67 std::optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret() local
|
/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 159 std::optional<uint64_t> HighPC) { in isInsideExecutableSectionsAddressRange() 169 uint64_t isBFDDeadAddressRange(uint64_t LowPC, std::optional<uint64_t> HighPC, in isBFDDeadAddressRange() 181 std::optional<uint64_t> HighPC, in isMAXPCDeadAddressRange() 196 bool isDeadAddressRange(uint64_t LowPC, std::optional<uint64_t> HighPC, in isDeadAddressRange()
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAddressRange.h | 27 uint64_t HighPC; member
|
H A D | DWARFDebugAranges.h | 49 uint64_t HighPC() const { in HighPC() function
|
H A D | DWARFDebugLine.h | 203 uint64_t HighPC; member
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.h | 94 LVAddress HighPC = 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()
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.cpp | 66 LVAddress HighPC, LVUnsigned SectionOffset, in addLocation() 105 LVAddress HighPC) { in addLocationGap()
|
H A D | LVRange.cpp | 75 LVAddress HighPC = Location->getUpperAddress(); in addEntry() local
|
H A D | LVLocation.cpp | 561 void LVLocationSymbol::addObject(LVAddress LowPC, LVAddress HighPC, in addObject() argument
|
/llvm-project/libunwind/src/ |
H A D | FrameHeaderCache.hpp | 35 uintptr_t HighPC() { return Info.dso_base + Info.text_segment_length; } in HighPC() function
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 1028 LVAddress HighPC = 0; processLocationList() local [all...] |
H A D | LVCodeViewVisitor.cpp | 1543 Reader->getCompileUnit()->addPublicName(Function, LowPC, HighPC); in visitKnownRecord() local 809 LVAddress HighPC = LowPC + Block.CodeSize - 1; visitKnownRecord() local 3507 uint64_t HighPC = 0; inlineSiteAnnotation() local
|
/llvm-project/bolt/lib/Core/ |
H A D | BinaryContext.cpp | 1677 uint64_t HighPC; preprocessDebugInfo() member
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDebugInfoTest.cpp | 951 uint64_t LowPC, HighPC, SectionIndex; global() local
|