Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.h33 void *pImpl = nullptr; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.h33 void *pImpl = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp323 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl; in get() local
368 LLVMContextImpl *pImpl = Context.pImpl; in get() local
601 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
652 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
674 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
H A DConstants.cpp848 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local
855 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
888 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1042 LLVMContextImpl* pImpl = Context.pImpl; in get() local
1442 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1968 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local
2282 LLVMContextImpl *pImpl = C->getContext().pImpl; in get() local
2341 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local
2421 LLVMContextImpl *pImpl = C->getContext().pImpl; in getSelect() local
2486 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local
[all …]
H A DValue.cpp1034 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList() local
1092 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList() local
1105 LLVMContextImpl *pImpl = V->getContext().pImpl; in ValueIsDeleted() local
1161 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() local
H A DInlineAsm.cpp48 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get() local
H A DAttributes.cpp94 LLVMContextImpl *pImpl = Context.pImpl; in get() local
117 LLVMContextImpl *pImpl = Context.pImpl; in get() local
141 LLVMContextImpl *pImpl = Context.pImpl; in get() local
918 LLVMContextImpl *pImpl = C.pImpl; in getSorted() local
1185 LLVMContextImpl *pImpl = C.pImpl; in getImpl() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h144 void *pImpl; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h144 void *pImpl; variable
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DType.cpp365 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl; in get() local
410 LLVMContextImpl *pImpl = Context.pImpl; in get() local
643 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
694 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
716 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
H A DValue.cpp1055 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList() local
1113 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList() local
1126 LLVMContextImpl *pImpl = V->getContext().pImpl; in ValueIsDeleted() local
1182 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() local
H A DConstants.cpp836 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local
843 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
876 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1029 LLVMContextImpl* pImpl = Context.pImpl; in get() local
1430 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1965 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local
2320 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local
2454 LLVMContextImpl *pImpl = C->getContext().pImpl; in getSelect() local
2519 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local
2544 LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl; in getICmp() local
[all …]
H A DInlineAsm.cpp49 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get() local
H A DAttributes.cpp97 LLVMContextImpl *pImpl = Context.pImpl; in get() local
123 LLVMContextImpl *pImpl = Context.pImpl; in get() local
148 LLVMContextImpl *pImpl = Context.pImpl; in get() local
901 LLVMContextImpl *pImpl = C.pImpl; in getSorted() local
1108 LLVMContextImpl *pImpl = C.pImpl; in getImpl() local
/netbsd-src/external/apache2/llvm/dist/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1120 static Mapper *getAsMapper(void *pImpl) { in getAsMapper()
1130 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper()