OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VoidPtrType
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
LowerEmuTLS.cpp
85
PointerType *
VoidPtrType
= Type::getInt8PtrTy(C);
93
Constant *NullPtr = ConstantPointerNull::get(
VoidPtrType
);
115
PointerType::getUnqual(InitValue->getType()) :
VoidPtrType
;
116
Type *ElementTypes[4] = {WordType, WordType,
VoidPtrType
, InitPtrType};
159
DL.getABITypeAlignment(
VoidPtrType
));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LowerEmuTLS.cpp
87
PointerType *
VoidPtrType
= Type::getInt8PtrTy(C);
95
Constant *NullPtr = ConstantPointerNull::get(
VoidPtrType
);
117
PointerType::getUnqual(InitValue->getType()) :
VoidPtrType
;
118
Type *ElementTypes[4] = {WordType, WordType,
VoidPtrType
, InitPtrType};
161
DL.getABITypeAlignment(
VoidPtrType
));
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
Completed in 309 milliseconds