Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveDebugVariables.h33 void *pImpl = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp330 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl; in get() local
375 LLVMContextImpl *pImpl = Context.pImpl; in get() local
650 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
700 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
722 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
H A DValue.cpp1136 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList() local
1194 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList() local
1207 LLVMContextImpl *pImpl = V->getContext().pImpl; in ValueIsDeleted() local
1263 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() local
H A DConstants.cpp851 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local
858 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
891 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1052 LLVMContextImpl* pImpl = Context.pImpl; in get() local
1501 LLVMContextImpl *pImpl = Context.pImpl; in get() local
2050 LLVMContextImpl *pImpl = Ptr->getContext().pImpl; in get() local
2176 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local
2340 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local
2512 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local
2534 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getExtractElement() local
[all …]
H A DInlineAsm.cpp49 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get() local
H A DAttributes.cpp100 LLVMContextImpl *pImpl = Context.pImpl; in get() local
126 LLVMContextImpl *pImpl = Context.pImpl; in get() local
151 LLVMContextImpl *pImpl = Context.pImpl; in get() local
174 LLVMContextImpl *pImpl = Context.pImpl; in get() local
199 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1054 LLVMContextImpl *pImpl = C.pImpl; in getSorted() local
1267 LLVMContextImpl *pImpl = C.pImpl; in getImpl() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h150 void *pImpl; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1181 static Mapper *getAsMapper(void *pImpl) { in getAsMapper()
1191 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper()