Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/Object/
DObjectFile.h308 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
347 const ObjectFile *Owner) in SectionRef()
433 const ObjectFile *Owner) in RelocationRef()
DSymbolicFile.h174 const SymbolicFile *Owner) in BasicSymbolRef()
DCOFF.h896 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/
DBitReader.cpp101 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/
Dpath-notes.cpp225 struct Owner { struct
233 void Owner::testGetDerefExprOnMemberExprWithADot() { in testGetDerefExprOnMemberExprWithADot() argument
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h306 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/
DHowToUseJIT.cpp67 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
/external/llvm/include/llvm/Support/
DLockFileManager.h58 Optional<std::pair<std::string, int> > Owner; variable
/external/jmdns/src/javax/jmdns/impl/constants/
DDNSOptionCode.java32 Owner("Owner", 4); enumConstant
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h73 std::unique_ptr<DiagnosticConsumer> Owner; variable
/external/swiftshader/third_party/LLVM/lib/VMCore/
DSymbolTableListTraitsImpl.h69 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
/external/llvm/lib/IR/
DSymbolTableListTraitsImpl.h66 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
DMetadata.cpp121 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/
Dfibonacci.cpp111 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp31 auto Owner = make_unique<Module>("<main>", Context); in ExecutionEngineTest() local
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp870 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/
DOption.h70 const OptTable *Owner; variable
/external/clang/include/clang/Sema/
DTemplate.h376 DeclContext *Owner; variable
397 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator()
/external/llvm/lib/Support/
DLockFileManager.cpp59 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
/external/llvm/include/llvm/IR/
DMetadata.h203 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/
DParallelJIT.cpp263 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
/external/chromium-trace/catapult/telemetry/telemetry/
Ddecorators.py157 def Owner(emails=None, component=None): function
Dbenchmark.py15 Owner = decorators.Owner variable
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVDecorate.h105 SPIRVDecorationGroup *Owner; // Owning decorate group variable
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp697 for (auto &Owner : Left) { in CheckLists() local
810 std::unique_ptr<DiagnosticConsumer> Owner = Diags.takeClient(); in CheckDiagnostics() local

123