/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 82 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 D | HowToUseJIT.cpp | 68 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 D | ObjectFile.h | 383 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() 421 const ObjectFile *Owner) in SectionRef() 533 const ObjectFile *Owner) in RelocationRef()
|
H A D | SymbolicFile.h | 183 const SymbolicFile *Owner) in BasicSymbolRef()
|
H A D | WindowsResource.h | 125 const WindowsResource *Owner; variable
|
H A D | COFF.h | 1118 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 D | MachO.h | 683 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | LockFileManager.h | 57 Optional<std::pair<std::string, int> > Owner; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/ |
H A D | FixItRewriter.h | 75 std::unique_ptr<DiagnosticConsumer> Owner; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Fibonacci/ |
H A D | fibonacci.cpp | 110 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | SymbolTableListTraitsImpl.h | 70 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
|
H A D | Metadata.cpp | 154 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 D | RDFGraph.cpp | 808 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 D | Option.h | 78 const OptTable *Owner; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 73 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/ |
H A D | ParallelJIT.cpp | 264 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 D | Metadata.h | 232 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 D | Template.h | 468 DeclContext *Owner; variable 489 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | RDFRegisters.h | 211 const RegisterAggr *Owner; member
|
H A D | DIE.h | 758 PointerUnion<DIE *, DIEUnit *> Owner; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 945 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 D | WindowsResource.cpp | 77 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 D | CIndexDiagnostic.cpp | 102 auto Owner = std::make_unique<CXStoredDiagnostic>(*SD, LangOpts); in beginDiagnostic() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
H A D | lli.cpp | 460 std::unique_ptr<Module> Owner = parseIRFile(InputFile, Err, Context); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionLoadHardening.cpp | 418 NodeAddr<InstrNode *> Owner{Use.Addr->getOwner(DFG)}; in getGadgetGraph() local
|