/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 308 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() 347 const ObjectFile *Owner) in SectionRef() 433 const ObjectFile *Owner) in RelocationRef()
|
D | SymbolicFile.h | 174 const SymbolicFile *Owner) in BasicSymbolRef()
|
D | COFF.h | 896 const COFFObjectFile *Owner) in ImportDirectoryEntryRef() 923 uint32_t I, const COFFObjectFile *Owner) in DelayImportDirectoryEntryRef() 949 const COFFObjectFile *Owner) in ExportDirectoryEntryRef() 974 const COFFObjectFile *Owner) in ImportedSymbolRef() 977 const COFFObjectFile *Owner) in ImportedSymbolRef() 999 const COFFObjectFile *Owner) in BaseRelocRef()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 101 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local 124 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
|
/external/clang/test/Analysis/inlining/ |
D | path-notes.cpp | 225 struct Owner { struct 233 void Owner::testGetDerefExprOnMemberExprWithADot() { in testGetDerefExprOnMemberExprWithADot() argument
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | ObjectFile.h | 306 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() 357 const ObjectFile *Owner) in SectionRef() 417 const ObjectFile *Owner) in RelocationRef()
|
/external/llvm/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 67 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
|
/external/llvm/include/llvm/Support/ |
D | LockFileManager.h | 58 Optional<std::pair<std::string, int> > Owner; variable
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
D | DNSOptionCode.java | 32 Owner("Owner", 4); enumConstant
|
/external/clang/include/clang/Rewrite/Frontend/ |
D | FixItRewriter.h | 73 std::unique_ptr<DiagnosticConsumer> Owner; variable
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | SymbolTableListTraitsImpl.h | 69 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
|
/external/llvm/lib/IR/ |
D | SymbolTableListTraitsImpl.h | 66 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
|
D | Metadata.cpp | 121 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track() 165 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef() 216 OwnerTy Owner = Pair.second.first; in replaceAllUsesWith() local 265 auto Owner = Pair.second.first; in resolveAllUses() local
|
/external/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 111 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
|
/external/llvm/unittests/ExecutionEngine/ |
D | ExecutionEngineTest.cpp | 31 auto Owner = make_unique<Module>("<main>", Context); in ExecutionEngineTest() local
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 870 NodeAddr<UseNode*> DataFlowGraph::newUse(NodeAddr<InstrNode*> Owner, in newUse() 877 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, in newPhiUse() 886 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() 893 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() 901 NodeAddr<PhiNode*> DataFlowGraph::newPhi(NodeAddr<BlockNode*> Owner) { in newPhi() 907 NodeAddr<StmtNode*> DataFlowGraph::newStmt(NodeAddr<BlockNode*> Owner, in newStmt() 915 NodeAddr<BlockNode*> DataFlowGraph::newBlock(NodeAddr<FuncNode*> Owner, in newBlock()
|
/external/llvm/include/llvm/Option/ |
D | Option.h | 70 const OptTable *Owner; variable
|
/external/clang/include/clang/Sema/ |
D | Template.h | 376 DeclContext *Owner; variable 397 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator()
|
/external/llvm/lib/Support/ |
D | LockFileManager.cpp | 59 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
|
/external/llvm/include/llvm/IR/ |
D | Metadata.h | 203 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track() 212 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track()
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 263 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
|
/external/chromium-trace/catapult/telemetry/telemetry/ |
D | decorators.py | 157 def Owner(emails=None, component=None): function
|
D | benchmark.py | 15 Owner = decorators.Owner variable
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVDecorate.h | 105 SPIRVDecorationGroup *Owner; // Owning decorate group variable
|
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 697 for (auto &Owner : Left) { in CheckLists() local 810 std::unique_ptr<DiagnosticConsumer> Owner = Diags.takeClient(); in CheckDiagnostics() local
|