Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp81 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
108 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h57 std::optional<std::pair<std::string, int>> Owner; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h75 std::unique_ptr<DiagnosticConsumer> Owner; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h456 SymbolRef(DataRefImpl SymbolP,const ObjectFile * Owner) SymbolRef() argument
494 SectionRef(DataRefImpl SectionP,const ObjectFile * Owner) SectionRef() argument
607 RelocationRef(DataRefImpl RelocationP,const ObjectFile * Owner) RelocationRef() argument
H A DSymbolicFile.h187 const SymbolicFile *Owner) in BasicSymbolRef()
H A DWindowsResource.h125 const WindowsResource *Owner; variable
H A DCOFF.h1177 uint32_t I, const COFFObjectFile *Owner) in ImportDirectoryEntryRef() argument
1208 uint32_t I, const COFFObjectFile *Owner) in DelayImportDirectoryEntryRef() argument
1234 const COFFObjectFile *Owner) in ExportDirectoryEntryRef() argument
1259 const COFFObjectFile *Owner) in ImportedSymbolRef() argument
1262 const COFFObjectFile *Owner) in ImportedSymbolRef() argument
1284 BaseRelocRef(const coff_base_reloc_block_header * Header,const COFFObjectFile * Owner) BaseRelocRef() argument
[all...]
H A DMachO.h875 DiceRef(DataRefImpl DiceP,const ObjectFile * Owner) DiceRef() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h70 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
H A DMetadata.cpp198 track(void * Ref,Metadata & MD,OwnerTy Owner) track() argument
245 OwnerTy Owner = Pair.second.first; getAllArgListUsers() local
266 OwnerTy Owner = Pair.second.first; getAllDPValueUsers() local
287 addRef(void * Ref,OwnerTy Owner) addRef() argument
337 MetadataTracking::OwnerTy Owner = Pair.second.first; SalvageDebugInfo() local
368 OwnerTy Owner = Pair.second.first; replaceAllUsesWith() local
422 auto Owner = Pair.second.first; resolveAllUses() local
[all...]
H A DDebugProgramInstruction.cpp422 Instruction *Owner = MarkedInstr; removeMarker() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h324 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track() argument
333 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track() argument
342 track(void * Ref,Metadata & MD,DebugValueUser & Owner) track() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp803 Use DataFlowGraph::newUse(Instr Owner, MachineOperand &Op, uint16_t Flags) { in newUse() argument
809 PhiUse DataFlowGraph::newPhiUse(Phi Owner, RegisterRef RR, Block PredB, in newPhiUse() argument
818 Def DataFlowGraph::newDef(Instr Owner, MachineOperand &Op, uint16_t Flags) { in newDef() argument
824 Def DataFlowGraph::newDef(Instr Owner, RegisterRef RR, uint16_t Flags) { in newDef() argument
831 Phi DataFlowGraph::newPhi(Block Owner) { in newPhi() argument
837 Stmt DataFlowGraph::newStmt(Block Owner, MachineInstr *MI) { in newStmt() argument
844 Block DataFlowGraph::newBlock(Func Owner, MachineBasicBlock *BB) { in newBlock() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Option/
H A DOption.h81 const OptTable *Owner; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp72 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h563 DeclContext *Owner; variable
586 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp75 ResourceEntryRef(BinaryStreamRef Ref,const WindowsResource * Owner) ResourceEntryRef() argument
79 create(BinaryStreamRef BSR,const WindowsResource * Owner) create() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp952 for (auto &Owner : Left) { CheckLists() local
1065 std::unique_ptr<DiagnosticConsumer> Owner = Diags.takeClient(); CheckDiagnostics() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h245 const RegisterAggr *Owner; member
H A DDIE.h838 PointerUnion<DIE *, DIEUnit *> Owner; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp417 NodeAddr<InstrNode *> Owner{Use.Addr->getOwner(DFG)}; in getGadgetGraph() local
/freebsd-src/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp461 std::unique_ptr<Module> Owner = parseIRFile(InputFile, Err, Context); main() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h296 std::unique_ptr<DiagnosticConsumer> Owner; variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4054 SubstDecl(Decl * D,DeclContext * Owner,const MultiLevelTemplateArgumentList & TemplateArgs) SubstDecl() argument
4171 SubstTemplateParams(TemplateParameterList * Params,DeclContext * Owner,const MultiLevelTemplateArgumentList & TemplateArgs,bool EvaluateConstraints) SubstTemplateParams() argument
5297 BuildVariableInstantiation(VarDecl * NewVar,VarDecl * OldVar,const MultiLevelTemplateArgumentList & TemplateArgs,LateInstantiatedAttrVec * LateAttrs,DeclContext * Owner,LocalInstantiationScope * StartingScope,bool InstantiatingVarTemplate,VarTemplateSpecializationDecl * PrevDeclForVarTemplateSpecialization) BuildVariableInstantiation() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2290 const auto *Owner = dyn_cast<RecordDecl>(Anon->getDeclContext()); findUntaggedStructOrUnionIndex() local

12