Home
last modified time | relevance | path

Searched defs:addObject (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DObjectTransformLayer.h73 template <typename ObjectPtr> Error addObject(VModuleKey K, ObjectPtr Obj) { in addObject() function
DRemoteObjectLayer.h332 addObject(ObjectPtr ObjBuffer, in addObject() function
469 Expected<ObjHandleT> addObject(std::string ObjBuffer) { in addObject() function
DRTDyldObjectLinkingLayer.h391 Error addObject(VModuleKey K, ObjectPtr ObjBuffer) { in addObject() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackLayout.cpp41 void StackLayout::addObject(const Value *V, unsigned Size, unsigned Alignment, in addObject() function in StackLayout
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h357 Expected<orc::VModuleKey> addObject(std::unique_ptr<MemoryBuffer> ObjBuffer, in addObject() function