Searched refs:ObjectPtr (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectTransformLayer.h | 73 template <typename ObjectPtr> Error addObject(VModuleKey K, ObjectPtr Obj) { in addObject()
|
D | RTDyldObjectLinkingLayer.h | 140 using ObjectPtr = std::unique_ptr<MemoryBuffer>; 193 using LegacyRTDyldObjectLinkingLayerBase::ObjectPtr; 391 Error addObject(VModuleKey K, ObjectPtr ObjBuffer) { in addObject()
|
D | RemoteObjectLayer.h | 304 using ObjectPtr = std::unique_ptr<MemoryBuffer>; variable 332 addObject(ObjectPtr ObjBuffer, in addObject()
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 158 ObjectPtr, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 231 ObjectPtr, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 451 Type *ObjectPtr[1] = {Ptr->getType()}; in CreateInvariantStart() local 454 Intrinsic::getDeclaration(M, Intrinsic::invariant_start, ObjectPtr); in CreateInvariantStart()
|
D | AutoUpgrade.cpp | 648 Type* ObjectPtr[1] = {Args[1]}; in UpgradeIntrinsicFunction1() local 649 if (F->getName() != Intrinsic::getName(ID, ObjectPtr)) { in UpgradeIntrinsicFunction1() 651 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, ObjectPtr); in UpgradeIntrinsicFunction1() 662 Type* ObjectPtr[1] = {Args[IsLifetimeEnd ? 1 : 2]}; in UpgradeIntrinsicFunction1() local 663 if (F->getName() != Intrinsic::getName(ID, ObjectPtr)) { in UpgradeIntrinsicFunction1() 665 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, ObjectPtr); in UpgradeIntrinsicFunction1() 672 Type* ObjectPtr[1] = {Args[0]}; in UpgradeIntrinsicFunction1() local 675 Intrinsic::launder_invariant_group, ObjectPtr); in UpgradeIntrinsicFunction1()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 109 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, ObjectPtr, "this ptr", OS) in operator <<()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 83 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, ObjectPtr, "this ptr", OS) in operator <<()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2824 typedef SharedPtr<UniqueObject> ObjectPtr; in createMaxConcurrentTest() typedef 2829 vector<ObjectPtr> objects (numObjects); in createMaxConcurrentTest() 2837 objects[ndx] = ObjectPtr(new UniqueObject(Object::create(env, res, params))); in createMaxConcurrentTest()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 6688 Value *const ObjectPtr = I.getArgOperand(1); in visitIntrinsicCall() local 6690 GetUnderlyingObjects(ObjectPtr, Allocas, *DL); in visitIntrinsicCall() 6709 ObjectPtr, Offset, DAG.getDataLayout()) != LifetimeObject) in visitIntrinsicCall()
|