HomeSort by relevance Sort by last modified time
    Searched refs:setAlignment (Results 101 - 125 of 338) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DataLayout.h 163 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DataLayout.h 163 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DataLayout.h 163 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DataLayout.h 163 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DataLayout.h 163 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DataLayout.h 163 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 156 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DataLayout.h 163 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DataLayout.h 163 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DataLayout.h 163 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DataLayout.h 163 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DataLayout.h 163 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DataLayout.h 163 void setAlignment(AlignTypeEnum align_type, unsigned abi_align,
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 524 fZoomBox.setAlignment(Qt::AlignRight);
530 fCommandHitBox.setAlignment(Qt::AlignRight);
536 fCurrentCommandBox.setAlignment(Qt::AlignRight);
  /external/skqp/debugger/QT/
SkDebuggerGUI.cpp 524 fZoomBox.setAlignment(Qt::AlignRight);
530 fCommandHitBox.setAlignment(Qt::AlignRight);
536 fCurrentCommandBox.setAlignment(Qt::AlignRight);
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGDecl.cpp 222 GV->setAlignment(getContext().getDeclAlign(&D).getQuantity());
386 var->setAlignment(alignment.getQuantity());
    [all...]
CGValue.h 317 void setAlignment(CharUnits A) { Alignment = A.getQuantity(); }
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
BrowseFragment.java 425 public void setAlignment(int windowAlignOffsetFromTop) {
    [all...]
BrowseSupportFragment.java 415 public void setAlignment(int windowAlignOffsetFromTop) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 315 /// setAlignment - Set the alignment (log2, not bytes) of the function.
317 void setAlignment(unsigned A) { Alignment = A; }
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 437 Section->setAlignment(ByteAlignment);
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 199 AvailableAlloca->setAlignment(AI->getAlignment());

Completed in 595 milliseconds

1 2 3 45 6 7 8 91011>>