| /freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| HD | DWARFLinkerCompileUnit.cpp | 25 llvm::errs() << " Ctxt: " << formatv("{0:x}", Ctxt) << '\n'; in dump() 139 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference() argument 140 ForwardDIEReferences.emplace_back(Die, RefUnit, Ctxt, Attr); in noteForwardReference() 148 DeclContext *Ctxt; in fixupForwardReferences() local 149 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref; in fixupForwardReferences() 150 if (Ctxt && Ctxt->hasCanonicalDIE()) { in fixupForwardReferences() 151 assert(Ctxt->getCanonicalDIEOffset() && in fixupForwardReferences() 153 Attr.set(Ctxt->getCanonicalDIEOffset()); in fixupForwardReferences()
|
| HD | DWARFLinker.cpp | 282 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset(); in updatePruning() 284 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() > 0 && in updatePruning() 285 Info.Ctxt->getCanonicalDIEOffset() <= ModulesEndOffset; in updatePruning() 360 Info.Ctxt = in analyzeContextInfo() 362 if (Info.Ctxt) in analyzeContextInfo() 363 Info.Ctxt->setDefinedInClangModule(Info.InModuleScope); in analyzeContextInfo() 365 Info.Ctxt = Current.Context = nullptr; in analyzeContextInfo() 723 if (!Info.Ctxt || (Die.getTag() == dwarf::DW_TAG_namespace)) in isODRCanonicalCandidate() 729 return !Info.Incomplete && Info.Ctxt != CU.getInfo(Info.ParentIdx).Ctxt; in isODRCanonicalCandidate() 737 !Info.Ctxt->hasCanonicalDIE()) in markODRCanonicalDie() [all …]
|
| HD | DWARFLinkerDeclContext.cpp | 38 U.getInfo(FirstIdx).Ctxt = nullptr; in setLastSeenDIE()
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| HD | DWARFLinkerDeclContext.h | 174 static unsigned getHashValue(const DeclContext *Ctxt) { in getHashValue() 175 return Ctxt->QualifiedNameHash; in getHashValue()
|
| HD | DWARFLinkerCompileUnit.h | 71 DeclContext *Ctxt; member 193 DeclContext *Ctxt, PatchLocation Attr);
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Support/ |
| HD | YAMLTraits.cpp | 38 IO::IO(void *Context) : Ctxt(Context) {} in IO() 43 return Ctxt; in getContext() 47 Ctxt = Context; in setContext() 58 Input::Input(StringRef InputContent, void *Ctxt, in Input() argument 60 : IO(Ctxt), Strm(new Stream(InputContent, SrcMgr, false, &EC)) { in Input() 66 Input::Input(MemoryBufferRef Input, void *Ctxt, in Input() argument 68 : IO(Ctxt), Strm(new Stream(Input, SrcMgr, false, &EC)) { in Input()
|
| /freebsd-head/contrib/llvm-project/llvm/tools/bugpoint/ |
| HD | BugDriver.cpp | 93 LLVMContext &Ctxt) { in parseInputFile() argument 95 std::unique_ptr<Module> Result = parseIRFile(Filename, Err, Ctxt); in parseInputFile()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMAsmBackendDarwin.h | 38 const MCContext *Ctxt) const override;
|
| HD | ARMAsmBackend.cpp | 1150 const MCDwarfFrameInfo *FI, const MCContext *Ctxt) const { in generateCompactUnwindEncoding() 1160 !Ctxt->emitCompactUnwindNonCanonical()) in generateCompactUnwindEncoding()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| HD | MsgPackDocumentYAML.cpp | 174 static void output(const ScalarDocNode &S, void *Ctxt, raw_ostream &OS, in output() 180 static StringRef input(StringRef Str, StringRef Tag, void *Ctxt, in input()
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/ |
| HD | MCAsmBackend.h | 228 const MCContext *Ctxt) const { in generateCompactUnwindEncoding() argument
|
| /freebsd-head/contrib/llvm-project/llvm/lib/LTO/ |
| HD | LTOCodeGenerator.cpp | 740 void *Ctxt) { in setDiagnosticHandler() argument 742 this->DiagContext = Ctxt; in setDiagnosticHandler()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| HD | AArch64AsmBackend.cpp | 603 const MCContext *Ctxt) const override { in generateCompactUnwindEncoding() 608 !Ctxt->emitCompactUnwindNonCanonical()) in generateCompactUnwindEncoding()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFContext.cpp | 541 DWARFContext *Ctxt = S->Context.get(); in getDWOContext() local 542 return std::shared_ptr<DWARFContext>(std::move(S), Ctxt); in getDWOContext() 548 DWARFContext *Ctxt = S->Context.get(); in getDWOContext() local 549 return std::shared_ptr<DWARFContext>(std::move(S), Ctxt); in getDWOContext() 591 auto *Ctxt = S->Context.get(); in getDWOContext() local 592 return std::shared_ptr<DWARFContext>(std::move(S), Ctxt); in getDWOContext()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | MIRPrinter.cpp | 175 static void output(const Module &Mod, void *Ctxt, raw_ostream &OS) { in output() 179 static StringRef input(StringRef Str, void *Ctxt, Module &Mod) { in input()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86AsmBackend.cpp | 1332 const MCContext *Ctxt) const override { in generateCompactUnwindEncoding() 1336 !Ctxt->emitCompactUnwindNonCanonical()) in generateCompactUnwindEncoding()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeVectorTypes.cpp | 1441 LLVMContext &Ctxt = *DAG.getContext(); in SplitVecRes_CMP() local 1456 EVT SplitResVT = N->getValueType(0).getHalfNumVectorElementsVT(Ctxt); in SplitVecRes_CMP() 4219 LLVMContext &Ctxt = *DAG.getContext(); in SplitVecOp_CMP() local 4229 EVT::getVectorVT(Ctxt, ResVT.getVectorElementType(), SplitOpEC); in SplitVecOp_CMP() 4644 LLVMContext &Ctxt = *DAG.getContext(); in WidenVecRes_CMP() local 4656 EVT WidenResVT = TLI.getTypeToTransformTo(Ctxt, N->getValueType(0)); in WidenVecRes_CMP()
|
| HD | DAGCombiner.cpp | 19321 LLVMContext &Ctxt = *DAG->getContext(); in getLoadedType() local 19322 return EVT::getIntegerVT(Ctxt, getLoadedSize() * 8); in getLoadedType()
|
| /freebsd-head/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaDecl.cpp | 7548 for (DeclContext *Ctxt = DC; Ctxt; Ctxt = Ctxt->getParent()) { in ActOnVariableDeclarator() local 7549 if (Ctxt->isFunctionOrMethod()) { in ActOnVariableDeclarator() 7550 FunctionOrMethod = Ctxt; in ActOnVariableDeclarator() 7553 const CXXRecordDecl *ParentDecl = dyn_cast<CXXRecordDecl>(Ctxt); in ActOnVariableDeclarator()
|
| /freebsd-head/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGDebugInfo.cpp | 5355 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D)); in getOrCreateStaticDataMemberDeclarationOrNull() local 5356 return CreateRecordStaticField(D, Ctxt, cast<RecordDecl>(DC)); in getOrCreateStaticDataMemberDeclarationOrNull()
|