Home
last modified time | relevance | path

Searched defs:Owner (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceStringPool.h83 static StringID createWithoutString(const typename Traits::OwnerType *Owner) { in createWithoutString()
88 static StringID createWithString(const typename Traits::OwnerType *Owner, in createWithString()
133 explicit StringID(const typename Traits::OwnerType *Owner) in StringID()
135 StringID(const typename Traits::OwnerType *Owner, const std::string &Value) in StringID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp82 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
109 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h374 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
412 const ObjectFile *Owner) in SectionRef()
520 const ObjectFile *Owner) in RelocationRef()
DSymbolicFile.h180 const SymbolicFile *Owner) in BasicSymbolRef()
DWindowsResource.h125 const WindowsResource *Owner; variable
DCOFF.h1084 uint32_t I, const COFFObjectFile *Owner) in ImportDirectoryEntryRef()
1115 uint32_t I, const COFFObjectFile *Owner) in DelayImportDirectoryEntryRef()
1141 const COFFObjectFile *Owner) in ExportDirectoryEntryRef()
1166 const COFFObjectFile *Owner) in ImportedSymbolRef()
1169 const COFFObjectFile *Owner) in ImportedSymbolRef()
1191 const COFFObjectFile *Owner) in BaseRelocRef()
DMachO.h681 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLockFileManager.h57 Optional<std::pair<std::string, int> > Owner; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSymbolTableListTraitsImpl.h65 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
DMetadata.cpp153 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track()
197 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef()
248 OwnerTy Owner = Pair.second.first; in replaceAllUsesWith() local
297 auto Owner = Pair.second.first; in resolveAllUses() local
/third_party/skia/third_party/externals/tint/src/sem/
Dvariable.h210 CallTarget const* Owner() const { return owner_; } in Owner() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOption.h78 const OptTable *Owner; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp806 NodeAddr<UseNode*> DataFlowGraph::newUse(NodeAddr<InstrNode*> Owner, in newUse()
813 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, in newPhiUse()
822 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef()
829 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef()
837 NodeAddr<PhiNode*> DataFlowGraph::newPhi(NodeAddr<BlockNode*> Owner) { in newPhi()
843 NodeAddr<StmtNode*> DataFlowGraph::newStmt(NodeAddr<BlockNode*> Owner, in newStmt()
851 NodeAddr<BlockNode*> DataFlowGraph::newBlock(NodeAddr<FuncNode*> Owner, in newBlock()
DRDFRegisters.h191 const RegisterAggr *Owner; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLockFileManager.cpp68 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h215 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track()
224 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.h230 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track()
239 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp77 const WindowsResource *Owner) in ResourceEntryRef()
81 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) { in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h731 PointerUnion<DIE *, DIEUnit *> Owner; variable
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h1446 ImGuiID Owner; member