Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.h33 void *pImpl = nullptr; 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
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h144 void *pImpl; variable
/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()