Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp82 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
109 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp68 std::unique_ptr<Module> Owner = std::make_unique<Module>("test", Context); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h383 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef()
421 const ObjectFile *Owner) in SectionRef()
533 const ObjectFile *Owner) in RelocationRef()
H A DSymbolicFile.h183 const SymbolicFile *Owner) in BasicSymbolRef()
H A DWindowsResource.h125 const WindowsResource *Owner; variable
H A DCOFF.h1118 uint32_t I, const COFFObjectFile *Owner) in ImportDirectoryEntryRef()
1149 uint32_t I, const COFFObjectFile *Owner) in DelayImportDirectoryEntryRef()
1175 const COFFObjectFile *Owner) in ExportDirectoryEntryRef()
1200 const COFFObjectFile *Owner) in ImportedSymbolRef()
1203 const COFFObjectFile *Owner) in ImportedSymbolRef()
1225 const COFFObjectFile *Owner) in BaseRelocRef()
H A DMachO.h683 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLockFileManager.h57 Optional<std::pair<std::string, int> > Owner; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h75 std::unique_ptr<DiagnosticConsumer> Owner; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Fibonacci/
H A Dfibonacci.cpp110 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h70 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
H A DMetadata.cpp154 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track()
201 OwnerTy Owner = Pair.second.first; in getAllArgListUsers() local
211 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef()
262 OwnerTy Owner = Pair.second.first; in replaceAllUsesWith() local
311 auto Owner = Pair.second.first; in resolveAllUses() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp808 NodeAddr<UseNode*> DataFlowGraph::newUse(NodeAddr<InstrNode*> Owner, in newUse()
815 NodeAddr<PhiUseNode*> DataFlowGraph::newPhiUse(NodeAddr<PhiNode*> Owner, in newPhiUse()
824 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef()
831 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef()
839 NodeAddr<PhiNode*> DataFlowGraph::newPhi(NodeAddr<BlockNode*> Owner) { in newPhi()
845 NodeAddr<StmtNode*> DataFlowGraph::newStmt(NodeAddr<BlockNode*> Owner, in newStmt()
853 NodeAddr<BlockNode*> DataFlowGraph::newBlock(NodeAddr<FuncNode*> Owner, in newBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DOption.h78 const OptTable *Owner; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DLockFileManager.cpp73 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp264 std::unique_ptr<Module> Owner = std::make_unique<Module>("test", Context); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h232 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track()
241 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h468 DeclContext *Owner; variable
489 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h211 const RegisterAggr *Owner; member
H A DDIE.h758 PointerUnion<DIE *, DIEUnit *> Owner; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp945 for (auto &Owner : Left) { in CheckLists() local
1058 std::unique_ptr<DiagnosticConsumer> Owner = Diags.takeClient(); in CheckDiagnostics() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp77 const WindowsResource *Owner) in ResourceEntryRef()
81 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) { in create()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp102 auto Owner = std::make_unique<CXStoredDiagnostic>(*SD, LangOpts); in beginDiagnostic() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp460 std::unique_ptr<Module> Owner = parseIRFile(InputFile, Err, Context); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp418 NodeAddr<InstrNode *> Owner{Use.Addr->getOwner(DFG)}; in getGadgetGraph() local

12