/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 81 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 D | LockFileManager.h | 57 std::optional<std::pair<std::string, int>> Owner; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/ |
H A D | FixItRewriter.h | 75 std::unique_ptr<DiagnosticConsumer> Owner; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 456 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 D | SymbolicFile.h | 187 const SymbolicFile *Owner) in BasicSymbolRef()
|
H A D | WindowsResource.h | 125 const WindowsResource *Owner; variable
|
H A D | COFF.h | 1177 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 D | MachO.h | 875 DiceRef(DataRefImpl DiceP,const ObjectFile * Owner) DiceRef() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | SymbolTableListTraitsImpl.h | 70 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
|
H A D | Metadata.cpp | 198 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 D | DebugProgramInstruction.cpp | 422 Instruction *Owner = MarkedInstr; removeMarker() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.h | 324 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 D | RDFGraph.cpp | 803 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 D | Option.h | 81 const OptTable *Owner; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 72 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 563 DeclContext *Owner; variable 586 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 75 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 D | VerifyDiagnosticConsumer.cpp | 952 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 D | RDFRegisters.h | 245 const RegisterAggr *Owner; member
|
H A D | DIE.h | 838 PointerUnion<DIE *, DIEUnit *> Owner; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionLoadHardening.cpp | 417 NodeAddr<InstrNode *> Owner{Use.Addr->getOwner(DFG)}; in getGadgetGraph() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 461 std::unique_ptr<Module> Owner = parseIRFile(InputFile, Err, Context); main() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 296 std::unique_ptr<DiagnosticConsumer> Owner; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 4054 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 D | ASTStructuralEquivalence.cpp | 2290 const auto *Owner = dyn_cast<RecordDecl>(Anon->getDeclContext()); findUntaggedStructOrUnionIndex() local
|