Home
last modified time | relevance | path

Searched refs:Ctxt (Results 1 – 20 of 20) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinkerCompileUnit.cpp25 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()
HDDWARFLinker.cpp282 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 …]
HDDWARFLinkerDeclContext.cpp38 U.getInfo(FirstIdx).Ctxt = nullptr; in setLastSeenDIE()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
HDDWARFLinkerDeclContext.h174 static unsigned getHashValue(const DeclContext *Ctxt) { in getHashValue()
175 return Ctxt->QualifiedNameHash; in getHashValue()
HDDWARFLinkerCompileUnit.h71 DeclContext *Ctxt; member
193 DeclContext *Ctxt, PatchLocation Attr);
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDYAMLTraits.cpp38 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/
HDBugDriver.cpp93 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/
HDARMAsmBackendDarwin.h38 const MCContext *Ctxt) const override;
HDARMAsmBackend.cpp1150 const MCDwarfFrameInfo *FI, const MCContext *Ctxt) const { in generateCompactUnwindEncoding()
1160 !Ctxt->emitCompactUnwindNonCanonical()) in generateCompactUnwindEncoding()
/freebsd-head/contrib/llvm-project/llvm/lib/BinaryFormat/
HDMsgPackDocumentYAML.cpp174 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/
HDMCAsmBackend.h228 const MCContext *Ctxt) const { in generateCompactUnwindEncoding() argument
/freebsd-head/contrib/llvm-project/llvm/lib/LTO/
HDLTOCodeGenerator.cpp740 void *Ctxt) { in setDiagnosticHandler() argument
742 this->DiagContext = Ctxt; in setDiagnosticHandler()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64AsmBackend.cpp603 const MCContext *Ctxt) const override { in generateCompactUnwindEncoding()
608 !Ctxt->emitCompactUnwindNonCanonical()) in generateCompactUnwindEncoding()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp541 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/
HDMIRPrinter.cpp175 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/
HDX86AsmBackend.cpp1332 const MCContext *Ctxt) const override { in generateCompactUnwindEncoding()
1336 !Ctxt->emitCompactUnwindNonCanonical()) in generateCompactUnwindEncoding()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeVectorTypes.cpp1441 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()
HDDAGCombiner.cpp19321 LLVMContext &Ctxt = *DAG->getContext(); in getLoadedType() local
19322 return EVT::getIntegerVT(Ctxt, getLoadedSize() * 8); in getLoadedType()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp7548 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/
HDCGDebugInfo.cpp5355 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D)); in getOrCreateStaticDataMemberDeclarationOrNull() local
5356 return CreateRecordStaticField(D, Ctxt, cast<RecordDecl>(DC)); in getOrCreateStaticDataMemberDeclarationOrNull()