Home
last modified time | relevance | path

Searched defs:SegmentOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.h87 struct SegmentOffset { struct
89 SegmentOffset(uint16_t s, uint32_t o) : segment(s), offset(o) {} in SegmentOffset() function
98 SegmentOffset so; argument
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/memprof/tests/
HDrawprofile.cpp78 const uint64_t SegmentOffset = Read(Ptr); in TEST() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDMachO.h195 uint64_t SegmentOffset = 0; variable
247 uint64_t SegmentOffset = 0; variable
358 uint64_t SegmentOffset = 0; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLoweringCall.cpp536 static Constant* SegmentOffset(IRBuilderBase &IRB, in SegmentOffset() function