HomeSort by relevance Sort by last modified time
    Searched refs:ObjectPtr (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
ObjectTransformLayer.h 61 template <typename ObjectPtr> Error addObject(VModuleKey K, ObjectPtr Obj) {
RTDyldObjectLinkingLayer.h 90 using ObjectPtr = std::unique_ptr<MemoryBuffer>;
143 using RTDyldObjectLinkingLayerBase::ObjectPtr;
326 Error addObject(VModuleKey K, ObjectPtr ObjBuffer) {
RemoteObjectLayer.h 309 using ObjectPtr = std::unique_ptr<MemoryBuffer>;
330 addObject(ObjectPtr ObjBuffer,
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
RemoteObjectLayerTest.cpp 27 using ObjectPtr = std::unique_ptr<MemoryBuffer>;
33 std::function<Expected<ObjHandleT>(ObjectPtr, SymbolLookupTable&)>;
43 Expected<ObjHandleT> addObject(ObjectPtr Obj,
88 MockObjectLayer::ObjectPtr createTestObject() {
131 [&ObjContents](MockObjectLayer::ObjectPtr Obj,
185 [](MockObjectLayer::ObjectPtr Obj,
239 [](MockObjectLayer::ObjectPtr Obj,
291 [](MockObjectLayer::ObjectPtr Obj,
347 [](MockObjectLayer::ObjectPtr Obj,
429 [](MockObjectLayer::ObjectPtr Obj
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
simple_orc_jit.h 48 using CompileFtor = std::function<ObjLayerT::ObjectPtr(llvm::Module&)>;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 158 ObjectPtr,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 169 ObjectPtr,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 83 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, ObjectPtr, "this ptr", OS)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
IRBuilder.cpp 445 Type *ObjectPtr[1] = {Ptr->getType()};
448 Intrinsic::getDeclaration(M, Intrinsic::invariant_start, ObjectPtr);
AutoUpgrade.cpp 538 Type* ObjectPtr[1] = {Args[1]};
539 if (F->getName() != Intrinsic::getName(ID, ObjectPtr)) {
541 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, ObjectPtr);
552 Type* ObjectPtr[1] = {Args[IsLifetimeEnd ? 1 : 2]};
553 if (F->getName() != Intrinsic::getName(ID, ObjectPtr)) {
555 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, ObjectPtr);
562 Type* ObjectPtr[1] = {Args[0]};
565 Intrinsic::launder_invariant_group, ObjectPtr);
    [all...]
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 83 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, ObjectPtr, "this ptr", OS)
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]

Completed in 725 milliseconds