Home
last modified time | relevance | path

Searched defs:AlignedOffset (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h156 auto AlignedOffset = Base + (RelOff * AlignedElementStorageSize); variable
371 auto AlignedOffset = Base + (Offset * AlignedElementStorageSize); in AppendEmplace() local
403 auto AlignedOffset = Base + (Offset * AlignedElementStorageSize); in Append() local
423 auto AlignedOffset = Base + (Offset * AlignedElementStorageSize); variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp72 off_t AlignedOffset = (Offset + Align - 1) / Align * Align; in alignTo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp58 TypeSize AlignedOffset = alignTo4Dwords(Offset); in applyRowAlign() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp84 uint64_t AlignedOffset = alignTo(CurrentOffset, Align == 0 ? 1 : Align); in padToAlignment() local
1582 uint64_t AlignedOffset; in alignToOffset() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1621 uint64_t AlignedOffset = alignTo(Offset, Align); in moveToNextTable() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp1192 uint64_t AlignedOffset = getFragmentOffset(BF); in relaxBoundaryAlign() local