/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | MetadataTracking.h | 53 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 D | LockFileManager.h | 57 Optional<std::pair<std::string, int> > Owner; variable
|
/minix3/external/bsd/llvm/dist/llvm/examples/HowToUseJIT/ |
H A D | HowToUseJIT.cpp | 58 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | MetadataTracking.cpp | 28 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track()
|
H A D | SymbolTableListTraitsImpl.h | 69 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
|
H A D | Metadata.cpp | 122 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 D | FixItRewriter.h | 69 std::unique_ptr<DiagnosticConsumer> Owner; variable
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/ |
H A D | path-notes.cpp | 225 struct Owner { struct 233 void Owner::testGetDerefExprOnMemberExprWithADot() { in testGetDerefExprOnMemberExprWithADot() argument
|
/minix3/external/bsd/llvm/dist/llvm/examples/Fibonacci/ |
H A D | fibonacci.cpp | 98 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 324 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() 363 const ObjectFile *Owner) in SectionRef() 446 const ObjectFile *Owner) in RelocationRef()
|
H A D | SymbolicFile.h | 163 const SymbolicFile *Owner) in BasicSymbolRef()
|
H A D | COFF.h | 730 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 D | MachO.h | 446 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 50 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 65 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Option/ |
H A D | Option.h | 69 const OptTable *Owner; variable
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/ |
H A D | ExecutionEngineTest.cpp | 30 auto Owner = make_unique<Module>("<main>", getGlobalContext()); in ExecutionEngineTest() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | Template.h | 376 DeclContext *Owner; variable 397 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator()
|
/minix3/external/bsd/llvm/dist/llvm/examples/ParallelJIT/ |
H A D | ParallelJIT.cpp | 245 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 698 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 D | lli.cpp | 391 std::unique_ptr<Module> Owner = parseIRFile(InputFile, Err, Context); in main() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 626 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 D | CIndexDiagnostic.cpp | 107 auto Owner = llvm::make_unique<CXStoredDiagnostic>(*SD, LangOpts); in beginDiagnostic() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 896 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 D | toy.cpp | 1017 std::unique_ptr<Module> Owner = make_unique<Module>("my cool jit", Context); in main() local
|