/freebsd/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/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | LockFileManager.h | 57 std::optional<std::pair<std::string, int>> Owner; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/ |
H A D | FixItRewriter.h | 75 std::unique_ptr<DiagnosticConsumer> Owner; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 457 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() 495 const ObjectFile *Owner) in SectionRef() 608 const ObjectFile *Owner) in RelocationRef()
|
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() 1208 uint32_t I, const COFFObjectFile *Owner) in DelayImportDirectoryEntryRef() 1234 const COFFObjectFile *Owner) in ExportDirectoryEntryRef() 1259 const COFFObjectFile *Owner) in ImportedSymbolRef() 1262 const COFFObjectFile *Owner) in ImportedSymbolRef() 1284 const COFFObjectFile *Owner) in BaseRelocRef()
|
H A D | MachO.h | 876 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | SymbolTableListTraitsImpl.h | 70 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
|
H A D | Metadata.cpp | 206 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track() 253 OwnerTy Owner = Pair.second.first; in getAllArgListUsers() local 275 OwnerTy Owner = Pair.second.first; in getAllDbgVariableRecordUsers() local 296 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef() 346 MetadataTracking::OwnerTy Owner = Pair.second.first; in SalvageDebugInfo() local 377 OwnerTy Owner = Pair.second.first; in replaceAllUsesWith() local 431 auto Owner = Pair.second.first; in resolveAllUses() local
|
H A D | DebugProgramInstruction.cpp | 593 Instruction *Owner = MarkedInstr; in removeMarker() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NoOwnershipChangeVisitor.cpp | 42 for (const MemRegion *Owner : Owners) { in dumpToStream() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.h | 324 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track() 333 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track() 342 static bool track(void *Ref, Metadata &MD, DebugValueUser &Owner) { in track()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | Option.h | 78 const OptTable *Owner; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 803 Use DataFlowGraph::newUse(Instr Owner, MachineOperand &Op, uint16_t Flags) { in newUse() 809 PhiUse DataFlowGraph::newPhiUse(Phi Owner, RegisterRef RR, Block PredB, in newPhiUse() 818 Def DataFlowGraph::newDef(Instr Owner, MachineOperand &Op, uint16_t Flags) { in newDef() 824 Def DataFlowGraph::newDef(Instr Owner, RegisterRef RR, uint16_t Flags) { in newDef() 831 Phi DataFlowGraph::newPhi(Block Owner) { in newPhi() 837 Stmt DataFlowGraph::newStmt(Block Owner, MachineInstr *MI) { in newStmt() 844 Block DataFlowGraph::newBlock(Func Owner, MachineBasicBlock *BB) { in newBlock()
|
/freebsd/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/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 563 DeclContext *Owner; variable 586 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 76 const WindowsResource *Owner) in ResourceEntryRef() 80 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) { in create()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 957 for (auto &Owner : Left) { in CheckLists() local 1070 std::unique_ptr<DiagnosticConsumer> Owner = Diags.takeClient(); in CheckDiagnostics() local
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionLoadHardening.cpp | 417 NodeAddr<InstrNode *> Owner{Use.Addr->getOwner(DFG)}; in getGadgetGraph() local
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 459 std::unique_ptr<Module> Owner = parseIRFile(InputFile, Err, Context); in main() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 4091 Decl *Sema::SubstDecl(Decl *D, DeclContext *Owner, in SubstDecl() 4208 Sema::SubstTemplateParams(TemplateParameterList *Params, DeclContext *Owner, in SubstTemplateParams() 5294 LateInstantiatedAttrVec *LateAttrs, DeclContext *Owner, in BuildVariableInstantiation()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 2327 const auto *Owner = dyn_cast<RecordDecl>(Anon->getDeclContext()); in findUntaggedStructOrUnionIndex() local
|