Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h87 struct SegmentOffset { struct
89 SegmentOffset(uint16_t s, uint32_t o) : segment(s), offset(o) {} in SegmentOffset() function
98 SegmentOffset so; argument
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp78 const uint64_t SegmentOffset = Read(Ptr); in TEST() local
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp534 static Constant* SegmentOffset(IRBuilderBase &IRB, in SegmentOffset() function