Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_segmented_array.h157 auto AlignedOffset = Base + (RelOff * AlignedElementStorageSize); variable
372 auto AlignedOffset = Base + (Offset * AlignedElementStorageSize); in AppendEmplace() local
404 auto AlignedOffset = Base + (Offset * AlignedElementStorageSize); in Append() local
424 auto AlignedOffset = Base + (Offset * AlignedElementStorageSize); variable
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DFileWriter.cpp73 off_t AlignedOffset = (Offset + Align - 1) / Align * Align; in alignTo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFileWriter.cpp73 off_t AlignedOffset = (Offset + Align - 1) / Align * Align; in alignTo() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64CompressJumpTables.cpp81 unsigned AlignedOffset; in scanFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CompressJumpTables.cpp81 unsigned AlignedOffset; in scanFunction() local
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp41 uint64_t AlignedOffset = alignTo(CurrentOffset, Align); in padToAlignment() local
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp81 uint64_t AlignedOffset = alignTo(CurrentOffset, Align == 0 ? 1 : Align); in padToAlignment() local
1394 uint64_t AlignedOffset; in alignToOffset() local
/external/llvm-project/llvm/lib/MC/
DMCAssembler.cpp1071 uint64_t AlignedOffset = Layout.getFragmentOffset(&BF); in relaxBoundaryAlign() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAssembler.cpp1003 uint64_t AlignedOffset = Layout.getFragmentOffset(BF.getNextNode()); in relaxBoundaryAlign() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp55 uint64_t AlignedOffset = alignTo(CurrentOffset, Align); in padToAlignment() local