Home
last modified time | relevance | path

Searched refs:SegmentOffset (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h87 struct SegmentOffset { struct
88 SegmentOffset() = default;
89 SegmentOffset(uint16_t s, uint32_t o) : segment(s), offset(o) {} in SegmentOffset() function
98 SegmentOffset so; argument
115 SegmentOffset GetSegmentAndOffset(const llvm::codeview::CVSymbol &sym);
H A DPdbUtil.cpp363 static SegmentOffset GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset()
369 SegmentOffset GetSegmentAndOffset<TrampolineSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
374 template <> SegmentOffset GetSegmentAndOffset<Thunk32Sym>(const CVSymbol &sym) { in GetSegmentAndOffset()
380 SegmentOffset GetSegmentAndOffset<CoffGroupSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
385 template <> SegmentOffset GetSegmentAndOffset<DataSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
391 SegmentOffset GetSegmentAndOffset<ThreadLocalDataSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
396 SegmentOffset lldb_private::npdb::GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset()
H A DPdbIndex.h37 struct SegmentOffset;
H A DPdbIndex.cpp125 SegmentOffset so = GetSegmentAndOffset(*iter); in BuildAddrToSymbolMap()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp78 const uint64_t SegmentOffset = Read(Ptr); in TEST() local
87 EXPECT_EQ(SegmentOffset, 48ULL); in TEST()
91 EXPECT_EQ(MIBOffset - SegmentOffset, 72ULL); in TEST()
114 EXPECT_EQ(memcmp(Buffer + SegmentOffset, ExpectedSegmentBytes, 72), 0); in TEST()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3276 return SegmentOffset; in segmentOffset()
3292 return O->BindRebaseAddress(SegmentIndex, SegmentOffset); in address()
3306 SegmentOffset = 0; in moveToFirst()
3499 SegmentOffset += AdvanceAmount; in moveNext()
3543 SegmentOffset = readULEB128(&error); in moveNext()
3568 SegmentOffset += readULEB128(&error); in moveNext()
3591 SegmentOffset += ImmValue * PointerSize; in moveNext()
3785 return O->BindRebaseAddress(SegmentIndex, SegmentOffset); in address()
3836 SegmentOffset += AdvanceAmount; in moveNext()
4017 SegmentOffset = readULEB128(&error); in moveNext()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h195 uint64_t SegmentOffset = 0; variable
247 uint64_t SegmentOffset = 0; variable
358 uint64_t SegmentOffset = 0; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp573 readSegmentEntries(Next + Header->SegmentOffset); in peekBuildIds()
598 readSegmentEntries(Next + Header->SegmentOffset); in readRawProfile()
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/
H A DMemProfData.inc47 uint64_t SegmentOffset;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfData.inc47 uint64_t SegmentOffset;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp534 static Constant* SegmentOffset(IRBuilderBase &IRB, in SegmentOffset() function
550 return SegmentOffset(IRB, 0x10, AddressSpace); in getIRStackGuard()
583 return SegmentOffset(IRB, Offset, AddressSpace); in getIRStackGuard()
643 return SegmentOffset(IRB, Offset, getAddressSpace()); in getSafeStackPointerLocation()
649 return SegmentOffset(IRB, 0x18, getAddressSpace()); in getSafeStackPointerLocation()