Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.h33 void *pImpl = nullptr; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h144 void *pImpl; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp329 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl; in get() local
374 LLVMContextImpl *pImpl = Context.pImpl; in get() local
607 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
658 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
680 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
H A DConstants.cpp850 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local
857 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
890 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1044 LLVMContextImpl* pImpl = Context.pImpl; in get() local
1444 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1970 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local
2284 LLVMContextImpl *pImpl = C->getContext().pImpl; in get() local
2343 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local
2423 LLVMContextImpl *pImpl = C->getContext().pImpl; in getSelect() local
2488 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local
[all …]
H A DValue.cpp1061 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList() local
1119 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList() local
1132 LLVMContextImpl *pImpl = V->getContext().pImpl; in ValueIsDeleted() local
1188 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() local
H A DInlineAsm.cpp48 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get() local
H A DAttributes.cpp99 LLVMContextImpl *pImpl = Context.pImpl; in get() local
122 LLVMContextImpl *pImpl = Context.pImpl; in get() local
147 LLVMContextImpl *pImpl = Context.pImpl; in get() local
783 LLVMContextImpl *pImpl = C.pImpl; in getSorted() local
1016 LLVMContextImpl *pImpl = C.pImpl; in getImpl() local
/freebsd-13.1/contrib/llvm-project/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()