Home
last modified time | relevance | path

Searched defs:PtrWidth (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp46 unsigned PtrWidth = in initializationPatternFor() local
H A DCGDebugInfo.cpp2542 uint64_t PtrWidth = CollectVTableInfo() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp32 uint64_t PtrWidth; member in __anonaaf13ed20111::WalkAST
/llvm-project/llvm/lib/Support/
H A DSignals.cpp136 unsigned PtrWidth = 2 + 2 * sizeof(void *); in format_ptr() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp356 unsigned PtrWidth = getTarget().getPointerWidth(LangAS::Default); EmitVAArg() local
/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp743 assert(PtrWidth <= 64 && "Bad pointer width"); in getConstantValue() local
752 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth); in getConstantValue() local
/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1069 CharUnits PtrWidth = Context.toCharUnitsFromBits( LayoutNonVirtualBases() local
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7000 uint64_t PtrWidth = handleMSPointerTypeQualifierAttr() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12491 unsigned PtrWidth = getDataLayout().getPointerTypeSizeInBits(GV->getType()); InferPtrAlign() local