Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.h33 void *pImpl = nullptr; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h149 void *pImpl; 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 DConstants.cpp834 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local
841 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
874 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1015 LLVMContextImpl* pImpl = Context.pImpl; in get() local
1416 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1949 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local
2119 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local
2316 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local
2388 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getExtractElement() local
2411 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getInsertElement() local
[all …]
H A DValue.cpp1135 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList() local
1193 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList() local
1206 LLVMContextImpl *pImpl = V->getContext().pImpl; in ValueIsDeleted() local
1262 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() local
H A DInlineAsm.cpp49 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get() local
H A DAttributes.cpp98 LLVMContextImpl *pImpl = Context.pImpl; in get() local
124 LLVMContextImpl *pImpl = Context.pImpl; in get() local
149 LLVMContextImpl *pImpl = Context.pImpl; in get() local
924 LLVMContextImpl *pImpl = C.pImpl; in getSorted() local
1137 LLVMContextImpl *pImpl = C.pImpl; in getImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1167 static Mapper *getAsMapper(void *pImpl) { in getAsMapper()
1177 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper()