OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInt8PtrTy
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/VMCore/
Type.cpp
305
PointerType *Type::
getInt8PtrTy
(LLVMContext &C, unsigned AS) {
/external/llvm/include/llvm/Support/
IRBuilder.h
265
PointerType *
getInt8PtrTy
(unsigned AddrSpace = 0) {
266
return Type::
getInt8PtrTy
(Context, AddrSpace);
[
all
...]
Completed in 2425 milliseconds