Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/IR/
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()
/external/llvm/include/llvm/Object/
DObjectFile.h302 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
341 const ObjectFile *Owner) in SectionRef()
419 const ObjectFile *Owner) in RelocationRef()
DSymbolicFile.h173 const SymbolicFile *Owner) in BasicSymbolRef()
DCOFF.h793 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()
DMachO.h467 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef()
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp102 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/
DLockFileManager.h57 Optional<std::pair<std::string, int> > Owner; variable
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp59 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
/external/clang/test/Analysis/inlining/
Dpath-notes.cpp225 struct Owner { struct
233 void Owner::testGetDerefExprOnMemberExprWithADot() { in testGetDerefExprOnMemberExprWithADot() argument
/external/jmdns/src/javax/jmdns/impl/constants/
DDNSOptionCode.java32 Owner("Owner", 4); enumConstant
/external/llvm/lib/IR/
DMetadataTracking.cpp25 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track()
DSymbolTableListTraitsImpl.h66 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
DMetadata.cpp123 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/
DFixItRewriter.h73 std::unique_ptr<DiagnosticConsumer> Owner; variable
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp98 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
/external/llvm/include/llvm/Option/
DOption.h69 const OptTable *Owner; variable
/external/llvm/lib/Support/
DLockFileManager.cpp59 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp31 auto Owner = make_unique<Module>("<main>", getGlobalContext()); in ExecutionEngineTest() local
/external/clang/include/clang/Sema/
DTemplate.h376 DeclContext *Owner; variable
397 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator()
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp247 std::unique_ptr<Module> Owner = make_unique<Module>("test", Context); in main() local
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp699 for (auto &Owner : Left) { in CheckLists() local
812 std::unique_ptr<DiagnosticConsumer> Owner = Diags.takeClient(); in CheckDiagnostics() local
/external/llvm/tools/lli/
Dlli.cpp406 std::unique_ptr<Module> Owner = parseIRFile(InputFile, Err, Context); in main() local
/external/llvm/lib/Target/WebAssembly/
DRelooper.cpp430 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/
DCIndexDiagnostic.cpp107 auto Owner = llvm::make_unique<CXStoredDiagnostic>(*SD, LangOpts); in beginDiagnostic() local
/external/clang/include/clang/Frontend/
DASTUnit.h432 std::unique_ptr<llvm::MemoryBuffer> Owner; member

12