Home
last modified time | relevance | path

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

12

/llvm-project/mlir/include/mlir/Support/
H A DThreadLocalCache.h61 struct Owner { global() struct
63 OwnerOwner Owner() argument
67 ~OwnerOwner ~Owner() argument
73 operatorOwner global() argument
92 ptrRefOwner remove() argument
[all...]
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp81 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
108 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
/llvm-project/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp72 std::unique_ptr<Module> Owner = std::make_unique<Module>("test", Context); in main() local
/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h57 std::optional<std::pair<std::string, int>> Owner; variable
/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h75 std::unique_ptr<DiagnosticConsumer> Owner; variable
/llvm-project/clang/test/Analysis/inlining/
H A Dpath-notes.cpp225 struct Owner { struct
233 void Owner::testGetDerefExprOnMemberExprWithADot() { in testGetDerefExprOnMemberExprWithADot() argument
/llvm-project/llvm/examples/Fibonacci/
H A Dfibonacci.cpp110 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
/llvm-project/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h70 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
H A DMetadata.cpp206 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track() argument
253 OwnerTy Owner = Pair.second.first; in getAllArgListUsers() local
275 OwnerTy Owner = Pair.second.first; in getAllDbgVariableRecordUsers() local
296 addRef(void * Ref,OwnerTy Owner) addRef() argument
346 MetadataTracking::OwnerTy Owner = Pair.second.first; SalvageDebugInfo() local
377 OwnerTy Owner = Pair.second.first; replaceAllUsesWith() local
431 auto Owner = Pair.second.first; resolveAllUses() local
[all...]
/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h457 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() argument
495 const ObjectFile *Owner) in SectionRef() argument
608 const ObjectFile *Owner) in RelocationRef() argument
H A DSymbolicFile.h187 const SymbolicFile *Owner) in BasicSymbolRef() argument
H A DWindowsResource.h125 const WindowsResource *Owner; variable
H A DCOFF.h1262 : Table(T), Index(I), OwningObject(Owner) {} in ImportedSymbolRef() argument
1177 ImportDirectoryEntryRef(const coff_import_directory_table_entry * Table,uint32_t I,const COFFObjectFile * Owner) ImportDirectoryEntryRef() argument
1208 DelayImportDirectoryEntryRef(const delay_import_directory_table_entry * T,uint32_t I,const COFFObjectFile * Owner) DelayImportDirectoryEntryRef() argument
1234 ExportDirectoryEntryRef(const export_directory_table_entry * Table,uint32_t I,const COFFObjectFile * Owner) ExportDirectoryEntryRef() argument
1259 ImportedSymbolRef(const import_lookup_table_entry32 * Entry,uint32_t I,const COFFObjectFile * Owner) ImportedSymbolRef() argument
1284 BaseRelocRef(const coff_base_reloc_block_header * Header,const COFFObjectFile * Owner) BaseRelocRef() argument
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp42 for (const MemRegion *Owner : Owners) { in dumpToStream() local
/llvm-project/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp30 auto Owner = std::make_unique<Module>("<main>", Context); in ExecutionEngineTest() local
/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h324 track(void * Ref,Metadata & MD,Metadata & Owner) track() argument
333 track(void * Ref,Metadata & MD,MetadataAsValue & Owner) track() argument
342 track(void * Ref,Metadata & MD,DebugValueUser & Owner) track() argument
[all...]
/llvm-project/llvm/include/llvm/Option/
H A DOption.h81 const OptTable *Owner; variable
[all...]
/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp72 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp803 newUse(Instr Owner,MachineOperand & Op,uint16_t Flags) newUse() argument
809 newPhiUse(Phi Owner,RegisterRef RR,Block PredB,uint16_t Flags) newPhiUse() argument
818 newDef(Instr Owner,MachineOperand & Op,uint16_t Flags) newDef() argument
824 newDef(Instr Owner,RegisterRef RR,uint16_t Flags) newDef() argument
831 newPhi(Block Owner) newPhi() argument
837 newStmt(Block Owner,MachineInstr * MI) newStmt() argument
844 newBlock(Func Owner,MachineBasicBlock * BB) newBlock() argument
[all...]
/llvm-project/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp264 std::unique_ptr<Module> Owner = std::make_unique<Module>("test", Context); in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp268 gsl::owner<int *> Owner; member in DefaultedDestructor
274 gsl::owner<int *> Owner; member
/llvm-project/clang/include/clang/Sema/
H A DTemplate.h563 DeclContext *Owner; global() variable
586 TemplateDeclInstantiator(Sema & SemaRef,DeclContext * Owner,const MultiLevelTemplateArgumentList & TemplateArgs) TemplateDeclInstantiator() argument
/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp76 const WindowsResource *Owner) in ResourceEntryRef()
80 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) { in create()
/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp957 for (auto &Owner : Left) { in CheckLists() local
1070 std::unique_ptr<DiagnosticConsumer> Owner = Diags.takeClient(); in CheckDiagnostics() local
/llvm-project/clang/tools/libclang/
H A DCIndexDiagnostic.cpp102 auto Owner = std::make_unique<CXStoredDiagnostic>(*SD, LangOpts); beginDiagnostic() local

12