HomeSort by relevance Sort by last modified time
    Searched refs:getPointerWidth (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/AST/
Mangle.cpp 181 TI.getPointerWidth(0)) /
182 TI.getPointerWidth(0);
183 Out << ((TI.getPointerWidth(0) / 8) * ArgWords);
ItaniumCXXABI.cpp 132 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
MicrosoftCXXABI.cpp 246 unsigned PtrSize = Target.getPointerWidth(0);
MicrosoftMangle.cpp 238 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
244 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
250 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
606 getASTContext().getTargetInfo().getPointerWidth(0));
    [all...]
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]
VTableBuilder.cpp 667 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 268 unsigned getPointerWidth() {
315 getPointerWidth(), 0, Disp, SrcReg, 0, AccessSize, SMLoc(), SMLoc()));
324 getPointerWidth(), 0, Disp, SrcReg, CntReg, AccessSize, SMLoc(),
334 getPointerWidth(), 0, Disp, DstReg, 0, AccessSize, SMLoc(), SMLoc()));
342 getPointerWidth(), 0, Disp, DstReg, CntReg, AccessSize, SMLoc(),
461 X86Operand::CreateMem(getPointerWidth(), 0, Disp, Reg, 0, 1, SMLoc(),
644 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1,
670 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ScratchRegI32, 0, 1,
721 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1,
861 X86Operand::CreateMem(getPointerWidth(), 0, Disp, X86::RSP, 0, 1
    [all...]
X86AsmParser.cpp 785 unsigned getPointerWidth() {
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 279 uint64_t getPointerWidth(unsigned AddrSpace) const {
320 return getPointerWidth(0) >= 64;
416 unsigned getUnwindWordWidth() const { return getPointerWidth(0); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 77 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 633 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64
639 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32
669 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(0), TI, Builder);
720 Twine((int)TI.getPointerWidth(0)));
    [all...]
  /frameworks/compile/slang/
slang_rs_context.cpp 66 mIs64Bit(Target.getPointerWidth(0) == 64),
  /external/clang/lib/CodeGen/
CGVTables.cpp     [all...]
CGDebugInfo.cpp 728 uint64_t Size = CGM.getTarget().getPointerWidth(AS);
    [all...]
CGExprAgg.cpp     [all...]
CGObjCMac.cpp     [all...]
MicrosoftCXXABI.cpp 433 return CGM.getTarget().getPointerWidth(/*AddressSpace=*/0) == 64;
    [all...]
CGCall.cpp     [all...]
CodeGenModule.cpp 110 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
    [all...]
ItaniumCXXABI.cpp 805 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 810 milliseconds

1 2