Home
last modified time | relevance | path

Searched defs:pImpl (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.h33 void *pImpl = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h144 void *pImpl; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp323 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl; in get() local
368 LLVMContextImpl *pImpl = Context.pImpl; in get() local
601 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
652 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
674 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
H A DConstants.cpp848 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local
855 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
888 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1042 LLVMContextImpl* pImpl = Context.pImpl; in get() local
1442 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1968 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local
2282 LLVMContextImpl *pImpl = C->getContext().pImpl; in get() local
2341 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local
2421 LLVMContextImpl *pImpl = C->getContext().pImpl; in getSelect() local
2486 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local
[all …]
H A DValue.cpp1034 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList() local
1092 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList() local
1105 LLVMContextImpl *pImpl = V->getContext().pImpl; in ValueIsDeleted() local
1161 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() local
H A DInlineAsm.cpp48 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get() local
H A DAttributes.cpp94 LLVMContextImpl *pImpl = Context.pImpl; in get() local
117 LLVMContextImpl *pImpl = Context.pImpl; in get() local
141 LLVMContextImpl *pImpl = Context.pImpl; in get() local
918 LLVMContextImpl *pImpl = C.pImpl; in getSorted() local
1185 LLVMContextImpl *pImpl = C.pImpl; in getImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1100 static Mapper *getAsMapper(void *pImpl) { in getAsMapper()
1110 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper()