Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DMetadataTracking.h53 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track()
62 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DLockFileManager.h57 Optional<std::pair<std::string, int> > Owner; variable
/minix3/external/bsd/llvm/dist/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp58 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DMetadataTracking.cpp28 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track()
H A DSymbolTableListTraitsImpl.h69 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
H A DMetadata.cpp122 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef()
175 OwnerTy Owner = Pair.second.first; in replaceAllUsesWith() local
224 auto Owner = Pair.second.first; in resolveAllUses() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h69 std::unique_ptr<DiagnosticConsumer> Owner; variable
/minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/
H A Dpath-notes.cpp225 struct Owner { struct
233 void Owner::testGetDerefExprOnMemberExprWithADot() { in testGetDerefExprOnMemberExprWithADot() argument
/minix3/external/bsd/llvm/dist/llvm/examples/Fibonacci/
H A Dfibonacci.cpp98 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h324 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
363 const ObjectFile *Owner) in SectionRef()
446 const ObjectFile *Owner) in RelocationRef()
H A DSymbolicFile.h163 const SymbolicFile *Owner) in BasicSymbolRef()
H A DCOFF.h730 const COFFObjectFile *Owner) in ImportDirectoryEntryRef()
760 uint32_t I, const COFFObjectFile *Owner) in DelayImportDirectoryEntryRef()
786 const COFFObjectFile *Owner) in ExportDirectoryEntryRef()
808 const COFFObjectFile *Owner) in ImportedSymbolRef()
811 const COFFObjectFile *Owner) in ImportedSymbolRef()
831 const COFFObjectFile *Owner) in BaseRelocRef()
H A DMachO.h446 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DLockFileManager.cpp50 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp65 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Option/
H A DOption.h69 const OptTable *Owner; variable
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp30 auto Owner = make_unique<Module>("<main>", getGlobalContext()); in ExecutionEngineTest() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h376 DeclContext *Owner; variable
397 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator()
/minix3/external/bsd/llvm/dist/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp245 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp698 for (auto &Owner : Left) { in CheckLists() local
803 std::unique_ptr<DiagnosticConsumer> Owner = Diags.takeClient(); in CheckDiagnostics() local
/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A Dlli.cpp391 std::unique_ptr<Module> Owner = parseIRFile(InputFile, Err, Context); in main() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp626 std::unique_ptr<Module> Owner = make_unique<Module>("my cool jit", Context); in main() local
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp107 auto Owner = llvm::make_unique<CXStoredDiagnostic>(*SD, LangOpts); in beginDiagnostic() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp896 std::unique_ptr<Module> Owner = make_unique<Module>("my cool jit", Context); in main() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp1017 std::unique_ptr<Module> Owner = make_unique<Module>("my cool jit", Context); in main() local

12