Home
last modified time | relevance | path

Searched defs:HighPC (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp40 uint64_t HighPC = Desc.getEndAddress(); in extract() local
83 uint64_t HighPC) { in appendRange()
H A DDWARFDie.cpp171 uint64_t LowPC, HighPC, Index; in dumpAttribute() local
382 if (getLowAndHighPC(LowPC, HighPC, Index)) in getAddressRanges() local
363 getLowAndHighPC(uint64_t & LowPC,uint64_t & HighPC,uint64_t & SectionIndex) const getLowAndHighPC() argument
H A DDWARFDebugLoc.cpp67 std::optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp159 std::optional<uint64_t> HighPC) { in isInsideExecutableSectionsAddressRange() argument
169 uint64_t isBFDDeadAddressRange(uint64_t LowPC, std::optional<uint64_t> HighPC, in isBFDDeadAddressRange() argument
181 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
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h94 LVAddress HighPC = 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/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h27 uint64_t HighPC; member
H A DDWARFDebugAranges.h49 uint64_t HighPC() const { in HighPC() function
H A DDWARFDebugLine.h203 uint64_t HighPC; member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp66 LVAddress HighPC, LVUnsigned SectionOffset, in addLocation()
105 LVAddress HighPC) { in addLocationGap()
H A DLVRange.cpp75 LVAddress HighPC = Location->getUpperAddress(); in addEntry() local
H A DLVLocation.cpp561 void LVLocationSymbol::addObject(LVAddress LowPC, LVAddress HighPC, in addObject()
/freebsd-src/contrib/llvm-project/libunwind/src/
H A DFrameHeaderCache.hpp35 uintptr_t HighPC() { return Info.dso_base + Info.text_segment_length; } in HighPC() function
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp
H A DLVCodeViewVisitor.cpp809 LVAddress HighPC = LowPC + Block.CodeSize - 1; in visitKnownRecord() local
1543 LVAddress HighPC = LowPC + Proc.CodeSize - 1; in visitKnownRecord() local
3507 uint64_t HighPC = 0; in inlineSiteAnnotation() local