Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugVariables.h34 void *pImpl = nullptr; variable
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h143 void *pImpl; variable
/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp766 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList() local
824 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList() local
837 LLVMContextImpl *pImpl = V->getContext().pImpl; in ValueIsDeleted() local
893 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() local
H A DConstants.cpp579 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local
586 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
611 LLVMContextImpl *pImpl = Context.pImpl; in get() local
781 LLVMContextImpl* pImpl = Context.pImpl; in get() local
1131 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1522 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local
1832 LLVMContextImpl *pImpl = C->getContext().pImpl; in get() local
1911 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local
1991 LLVMContextImpl *pImpl = C->getContext().pImpl; in getSelect() local
2049 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local
[all …]
H A DType.cpp299 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl; in get() local
344 LLVMContextImpl *pImpl = Context.pImpl; in get() local
584 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
612 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
H A DInlineAsm.cpp48 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get() local
H A DAttributes.cpp83 LLVMContextImpl *pImpl = Context.pImpl; in get() local
106 LLVMContextImpl *pImpl = Context.pImpl; in get() local
657 LLVMContextImpl *pImpl = C.pImpl; in get() local
850 LLVMContextImpl *pImpl = C.pImpl; in getImpl() local
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1059 static Mapper *getAsMapper(void *pImpl) { in getAsMapper()
1069 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper()