Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.h33 void *pImpl = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DValueMapper.h142 void *pImpl; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp805 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList() local
863 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList() local
876 LLVMContextImpl *pImpl = V->getContext().pImpl; in ValueIsDeleted() local
932 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() local
DConstants.cpp661 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local
668 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
693 LLVMContextImpl *pImpl = Context.pImpl; in get() local
863 LLVMContextImpl* pImpl = Context.pImpl; in get() local
1213 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1621 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local
1932 LLVMContextImpl *pImpl = C->getContext().pImpl; in get() local
1991 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local
2071 LLVMContextImpl *pImpl = C->getContext().pImpl; in getSelect() local
2129 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local
[all …]
DType.cpp303 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl; in get() local
348 LLVMContextImpl *pImpl = Context.pImpl; in get() local
590 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
620 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
DInlineAsm.cpp47 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get() local
DAttributes.cpp82 LLVMContextImpl *pImpl = Context.pImpl; in get() local
105 LLVMContextImpl *pImpl = Context.pImpl; in get() local
126 LLVMContextImpl *pImpl = Context.pImpl; in get() local
742 LLVMContextImpl *pImpl = C.pImpl; in get() local
949 LLVMContextImpl *pImpl = C.pImpl; in getImpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h213 AttributeSetImpl *pImpl; variable
/third_party/node/deps/icu-small/source/common/
Ducnv_bld.h128 #define UCNV_IMMUTABLE_SHARED_DATA_INITIALIZER(pStaticData, pImpl) \ argument
/third_party/icu/icu4c/source/common/
Ducnv_bld.h128 #define UCNV_IMMUTABLE_SHARED_DATA_INITIALIZER(pStaticData, pImpl) \ argument
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_bld.h128 #define UCNV_IMMUTABLE_SHARED_DATA_INITIALIZER(pStaticData, pImpl) \ argument
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_bld.h128 #define UCNV_IMMUTABLE_SHARED_DATA_INITIALIZER(pStaticData, pImpl) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp1056 static Mapper *getAsMapper(void *pImpl) { in getAsMapper()
1066 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper()