/external/llvm/include/llvm/IR/ |
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()
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 302 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() 341 const ObjectFile *Owner) in SectionRef() 419 const ObjectFile *Owner) in RelocationRef()
|
D | SymbolicFile.h | 173 const SymbolicFile *Owner) in BasicSymbolRef()
|
D | COFF.h | 793 const COFFObjectFile *Owner) in ImportDirectoryEntryRef() 823 uint32_t I, const COFFObjectFile *Owner) in DelayImportDirectoryEntryRef() 849 const COFFObjectFile *Owner) in ExportDirectoryEntryRef() 871 const COFFObjectFile *Owner) in ImportedSymbolRef() 874 const COFFObjectFile *Owner) in ImportedSymbolRef() 894 const COFFObjectFile *Owner) in BaseRelocRef()
|
D | MachO.h | 467 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 102 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local 125 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
|
/external/llvm/include/llvm/Support/ |
D | LockFileManager.h | 57 Optional<std::pair<std::string, int> > Owner; variable
|
/external/llvm/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 59 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
|
/external/clang/test/Analysis/inlining/ |
D | path-notes.cpp | 225 struct Owner { struct 233 void Owner::testGetDerefExprOnMemberExprWithADot() { in testGetDerefExprOnMemberExprWithADot() argument
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
D | DNSOptionCode.java | 32 Owner("Owner", 4); enumConstant
|
/external/llvm/lib/IR/ |
D | MetadataTracking.cpp | 25 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track()
|
D | SymbolTableListTraitsImpl.h | 66 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
|
D | Metadata.cpp | 123 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef() 177 OwnerTy Owner = Pair.second.first; in replaceAllUsesWith() local 226 auto Owner = Pair.second.first; in resolveAllUses() local
|
/external/clang/include/clang/Rewrite/Frontend/ |
D | FixItRewriter.h | 73 std::unique_ptr<DiagnosticConsumer> Owner; variable
|
/external/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 98 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
|
/external/llvm/include/llvm/Option/ |
D | Option.h | 69 const OptTable *Owner; variable
|
/external/llvm/lib/Support/ |
D | LockFileManager.cpp | 59 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
|
/external/llvm/unittests/ExecutionEngine/ |
D | ExecutionEngineTest.cpp | 31 auto Owner = make_unique<Module>("<main>", getGlobalContext()); in ExecutionEngineTest() local
|
/external/clang/include/clang/Sema/ |
D | Template.h | 376 DeclContext *Owner; variable 397 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator()
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 247 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
|
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 699 for (auto &Owner : Left) { in CheckLists() local 812 std::unique_ptr<DiagnosticConsumer> Owner = Diags.takeClient(); in CheckDiagnostics() local
|
/external/llvm/tools/lli/ |
D | lli.cpp | 406 std::unique_ptr<Module> Owner = parseIRFile(InputFile, Err, Context); in main() local
|
/external/llvm/lib/Target/WebAssembly/ |
D | Relooper.cpp | 430 Block *Owner = Ownership[Invalidatee]; in Calculate() local 471 Block *Owner = Helper.Ownership[Curr]; // Curr must be in the ownership in Calculate() local
|
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.cpp | 107 auto Owner = llvm::make_unique<CXStoredDiagnostic>(*SD, LangOpts); in beginDiagnostic() local
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 432 std::unique_ptr<llvm::MemoryBuffer> Owner; member
|