Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h164 void *pImpl; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp373 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl; in get() local
418 LLVMContextImpl *pImpl = Context.pImpl; in get() local
759 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
814 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
836 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
H A DValue.cpp1164 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList() local
1222 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList() local
1235 LLVMContextImpl *pImpl = V->getContext().pImpl; in ValueIsDeleted() local
1291 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() local
H A DConstants.cpp869 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local
876 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
909 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1073 LLVMContextImpl* pImpl = Context.pImpl; in get() local
1527 LLVMContextImpl *pImpl = Context.pImpl; in get() local
2066 LLVMContextImpl *pImpl = Ptr->getContext().pImpl; in get() local
2204 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local
2368 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local
2541 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local
2563 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getExtractElement() local
[all …]
H A DInlineAsm.cpp49 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get() local
H A DAttributes.cpp101 LLVMContextImpl *pImpl = Context.pImpl; in get() local
127 LLVMContextImpl *pImpl = Context.pImpl; in get() local
152 LLVMContextImpl *pImpl = Context.pImpl; in get() local
176 LLVMContextImpl *pImpl = Context.pImpl; in get() local
201 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1267 LLVMContextImpl *pImpl = C.pImpl; in getSorted() local
1486 LLVMContextImpl *pImpl = C.pImpl; in getImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1193 static Mapper *getAsMapper(void *pImpl) { in getAsMapper()
1203 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper()