OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInt32PtrTy
(Results
1 - 11
of
11
) sorted by null
/external/llvm/unittests/Transforms/Utils/
Cloning.cpp
127
V = new Argument(Type::
getInt32PtrTy
(context));
150
Type *ArgTy1[] = { Type::
getInt32PtrTy
(context) };
/external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp
116
->getPrefTypeAlignment(Type::
getInt32PtrTy
(*Context));
ARMFastISel.cpp
[
all
...]
/external/llvm/include/llvm/IR/
Type.h
413
static PointerType *
getInt32PtrTy
(LLVMContext &C, unsigned AS = 0);
/external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp
31
Type::
getInt32PtrTy
(Context);
/external/llvm/unittests/IR/
ConstantsTest.cpp
127
Type *Int32PtrTy = Type::
getInt32PtrTy
(C);
/external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp
701
llvm::Type *Vbptr = llvm::Type::
getInt32PtrTy
(Types.getLLVMContext());
[
all
...]
CGObjCGNU.cpp
[
all
...]
/external/llvm/lib/IR/
Type.cpp
292
PointerType *Type::
getInt32PtrTy
(LLVMContext &C, unsigned AS) {
/external/llvm/lib/Analysis/
ConstantFolding.cpp
394
MapTy = Type::
getInt32PtrTy
(C->getContext());
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 511 milliseconds