Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRemoteObjectLayer.h304 using ObjectPtr = std::unique_ptr<MemoryBuffer>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp648 Type* ObjectPtr[1] = {Args[1]}; in UpgradeIntrinsicFunction1() local
662 Type* ObjectPtr[1] = {Args[IsLifetimeEnd ? 1 : 2]}; in UpgradeIntrinsicFunction1() local
672 Type* ObjectPtr[1] = {Args[0]}; in UpgradeIntrinsicFunction1() local
DIRBuilder.cpp451 Type *ObjectPtr[1] = {Ptr->getType()}; in CreateInvariantStart() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h231 ObjectPtr, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiObjectManagementTests.cpp2824 typedef SharedPtr<UniqueObject> ObjectPtr; in createMaxConcurrentTest() typedef
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2824 typedef SharedPtr<UniqueObject> ObjectPtr; in createMaxConcurrentTest() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6688 Value *const ObjectPtr = I.getArgOperand(1); in visitIntrinsicCall() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp65460 class ObjectPtr class
65467 ObjectPtr() : value(nullptr) {} in ObjectPtr() function in JS::ObjectPtr
65469 explicit ObjectPtr(JSObject* obj) : value(obj) {} in ObjectPtr() function in JS::ObjectPtr