OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createPointerType
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
684
auto *ISATy = DBuilder.
createPointerType
(ClassTy, Size);
1145
return DBuilder.
createPointerType
(getOrCreateType(PointeeTy, Unit), Size,
1156
Cache = DBuilder.
createPointerType
(Cache, Size);
1220
auto *DescTy = DBuilder.
createPointerType
(EltTy, Size);
1234
return DBuilder.
createPointerType
(EltTy, Size);
1631
DBuilder.
createPointerType
(PointeeType, Size, Align);
2100
llvm::DIType *vtbl_ptr_type = DBuilder.
createPointerType
(
2102
VTablePtrType = DBuilder.
createPointerType
(vtbl_ptr_type, Size);
2198
llvm::DIType *VTableType = DBuilder.
createPointerType
(
2203
VPtrTy = DBuilder.
createPointerType
(VTableType, PtrWidth)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DIBuilder.h
220
DIDerivedType *
createPointerType
(DIType *PointeeTy, uint64_t SizeInBits,
/src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp
281
DIDerivedType *DIBuilder::
createPointerType
(
DebugInfo.cpp
1147
return wrap(unwrap(Builder)->
createPointerType
(unwrapDI<DIType>(PointeeTy),
Completed in 23 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026