Searched refs:Owner (Results 1 - 25 of 70) sorted by relevance

123

/external/swiftshader/third_party/subzero/src/
H A DIceStringPool.h82 /// unique integral ID from the Owner.
83 static StringID createWithoutString(const typename Traits::OwnerType *Owner) { argument
84 return StringID(Owner);
87 /// adding the string from the Owner's pool.
88 static StringID createWithString(const typename Traits::OwnerType *Owner, argument
90 return StringID(Owner, Value);
133 explicit StringID(const typename Traits::OwnerType *Owner) argument
134 : ID(Traits::getStrings(Owner)->getNewID()) {}
135 StringID(const typename Traits::OwnerType *Owner, const std::string &Value) argument
136 : ID(Traits::getStrings(Owner)
[all...]
/external/llvm/include/llvm/Option/
H A DOption.h70 const OptTable *Owner; member in class:llvm::opt::Option
73 Option(const OptTable::Info *Info, const OptTable *Owner);
97 assert(Owner && "Must have a valid owner!");
98 return Owner->getOption(Info->GroupID);
103 assert(Owner && "Must have a valid owner!");
104 return Owner->getOption(Info->AliasID);
/external/elfutils/tests/
H A Drun-readelf-test3.sh25 Owner Data size Type
H A Drun-readelf-A.sh33 Owner Size
58 Owner Size
/external/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp67 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); local
68 Module *M = Owner.get();
125 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create();
/external/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp101 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf));
104 getLazyBitcodeModule(std::move(Owner), Ctx);
105 Owner.release();
124 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf));
127 getLazyBitcodeModule(std::move(Owner), Ctx);
128 Owner.release();
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOptionCode.java30 * Owner Option [draft-cheshire-edns0-owner-option]
32 Owner("Owner", 4); enum constant in enum:DNSOptionCode
/external/llvm/lib/Support/
H A DLockFileManager.cpp59 auto Owner = std::make_pair(std::string(Hostname), PID); local
60 if (processStillExecuting(Owner.first, Owner.second))
61 return Owner;
157 if ((Owner = readLockFile(LockFileName)))
224 if ((Owner = readLockFile(LockFileName))) {
248 if (Owner)
316 if (!processStillExecuting((*Owner).first, (*Owner).second))
/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp225 struct Owner { struct
233 void Owner::testGetDerefExprOnMemberExprWithADot() {
242 Owner::Wrapper *arr; // expected-note {{'arr' declared without an initial value}}
/external/llvm/examples/Fibonacci/
H A Dfibonacci.cpp111 std::unique_ptr<Module> Owner(new Module("test", Context));
112 Module *M = Owner.get();
120 EngineBuilder(std::move(Owner))
/external/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h66 ItemParentClass *Owner = getListOwner(); local
67 V->setParent(Owner);
69 if (ValueSymbolTable *ST = getSymTab(Owner))
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DSymbolTableListTraitsImpl.h69 ItemParentClass *Owner = getListOwner(); local
70 V->setParent(Owner);
72 if (ValueSymbolTable *ST = TraitsClass::getSymTab(Owner))
/external/llvm/include/llvm/Object/
H A DObjectFile.h47 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
77 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
130 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
308 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) argument
309 : BasicSymbolRef(SymbolP, Owner) {}
347 const ObjectFile *Owner)
349 , OwningObject(Owner) {}
433 const ObjectFile *Owner)
435 , OwningObject(Owner) {}
346 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner) argument
432 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner) argument
H A DSymbolicFile.h109 BasicSymbolRef(DataRefImpl SymbolP, const SymbolicFile *Owner);
174 const SymbolicFile *Owner)
175 : SymbolPimpl(SymbolP), OwningObject(Owner) {}
173 BasicSymbolRef(DataRefImpl SymbolP, const SymbolicFile *Owner) argument
H A DCOFF.h896 const COFFObjectFile *Owner)
897 : ImportTable(Table), Index(I), OwningObject(Owner) {}
923 uint32_t I, const COFFObjectFile *Owner)
924 : Table(T), Index(I), OwningObject(Owner) {}
949 const COFFObjectFile *Owner)
950 : ExportTable(Table), Index(I), OwningObject(Owner) {}
974 const COFFObjectFile *Owner)
975 : Entry32(Entry), Entry64(nullptr), Index(I), OwningObject(Owner) {}
977 const COFFObjectFile *Owner)
978 : Entry32(nullptr), Entry64(Entry), Index(I), OwningObject(Owner) {}
895 ImportDirectoryEntryRef(const import_directory_table_entry *Table, uint32_t I, const COFFObjectFile *Owner) argument
922 DelayImportDirectoryEntryRef(const delay_import_directory_table_entry *T, uint32_t I, const COFFObjectFile *Owner) argument
948 ExportDirectoryEntryRef(const export_directory_table_entry *Table, uint32_t I, const COFFObjectFile *Owner) argument
973 ImportedSymbolRef(const import_lookup_table_entry32 *Entry, uint32_t I, const COFFObjectFile *Owner) argument
976 ImportedSymbolRef(const import_lookup_table_entry64 *Entry, uint32_t I, const COFFObjectFile *Owner) argument
998 BaseRelocRef(const coff_base_reloc_block_header *Header, const COFFObjectFile *Owner) argument
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DObjectFile.h100 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
139 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
175 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
306 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) argument
308 , OwningObject(Owner) {}
357 const ObjectFile *Owner)
359 , OwningObject(Owner) {}
417 const ObjectFile *Owner)
419 , OwningObject(Owner) {}
356 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner) argument
416 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner) argument
/external/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp31 auto Owner = make_unique<Module>("<main>", Context); local
32 M = Owner.get();
33 Engine.reset(EngineBuilder(std::move(Owner)).setErrorStr(&Error).create());
/external/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h73 std::unique_ptr<DiagnosticConsumer> Owner; member in class:clang::FixItRewriter
/external/llvm/include/llvm/Support/
H A DLockFileManager.h47 /// \brief Owner died while holding the lock.
58 Optional<std::pair<std::string, int> > Owner; member in class:llvm::LockFileManager
/external/clang/include/clang/AST/
H A DExternalASTSource.h382 /// \brief A lazy value (of type T) that is within an AST node of type Owner,
385 template<typename Owner, typename T, void (ExternalASTSource::*Update)(Owner)>
434 T get(Owner O) {
462 template<typename Owner, typename T,
463 void (clang::ExternalASTSource::*Update)(Owner)>
465 clang::LazyGenerationalUpdatePtr<Owner, T, Update>> {
466 typedef clang::LazyGenerationalUpdatePtr<Owner, T, Update> Ptr;
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp444 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(),
446 Owner->addDecl(Inst);
458 = NamespaceAliasDecl::Create(SemaRef.Context, Owner,
465 Owner->addDecl(Inst);
504 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
507 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
547 Owner->addDecl(Typedef);
554 Owner->addDecl(Typedef);
573 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
585 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner,
2893 SubstDecl(Decl *D, DeclContext *Owner, const MultiLevelTemplateArgumentList &TemplateArgs) argument
3784 BuildVariableInstantiation( VarDecl *NewVar, VarDecl *OldVar, const MultiLevelTemplateArgumentList &TemplateArgs, LateInstantiatedAttrVec *LateAttrs, DeclContext *Owner, LocalInstantiationScope *StartingScope, bool InstantiatingVarTemplate) argument
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp128 FilterChooser *Owner; // points to the FilterChooser who owns this filter member in class:Filter
379 Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
387 bool mixed) : Owner(&owner), StartBit(startBit), NumBits(numBits),
389 assert(StartBit + NumBits - 1 < Owner->BitWidth);
395 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) {
399 Owner->insnWithID(Insn, Owner->Opcodes[i]);
403 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits);
408 LastOpcFiltered = Owner
[all...]
H A DARMDecoderEmitter.cpp268 ARMFilterChooser *Owner; // points to the FilterChooser who owns this filter member in class:ARMFilter
541 Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
549 bool mixed) : Owner(&owner), StartBit(startBit), NumBits(numBits),
557 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) {
561 Owner->insnWithID(Insn, Owner->Opcodes[i]);
565 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits);
570 LastOpcFiltered = Owner->Opcodes[i];
576 VariableInstructions.push_back(Owner
[all...]
/external/clang/include/clang/Sema/
H A DTemplate.h376 DeclContext *Owner;
397 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner,
401 Owner(Owner), TemplateArgs(TemplateArgs), LateAttrs(nullptr),
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp263 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); local
264 Module *M = Owner.get();
270 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create();

Completed in 732 milliseconds

123