Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
H A DDWARFLinkerDeclContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.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/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp93 LLVMContext &Ctxt) { in parseInputFile() argument
95 std::unique_ptr<Module> Result = parseIRFile(Filename, Err, Ctxt); in parseInputFile()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.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/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackendDarwin.h38 const MCContext *Ctxt) const override;
H A DARMAsmBackend.cpp1150 const MCDwarfFrameInfo *FI, const MCContext *Ctxt) const { in generateCompactUnwindEncoding()
1160 !Ctxt->emitCompactUnwindNonCanonical()) in generateCompactUnwindEncoding()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h71 DeclContext *Ctxt; member
193 DeclContext *Ctxt, PatchLocation Attr);
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h228 const MCContext *Ctxt) const { in generateCompactUnwindEncoding() argument
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp740 void *Ctxt) { in setDiagnosticHandler() argument
742 this->DiagContext = Ctxt; in setDiagnosticHandler()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp603 const MCContext *Ctxt) const override { in generateCompactUnwindEncoding()
608 !Ctxt->emitCompactUnwindNonCanonical()) in generateCompactUnwindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.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/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.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/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1332 const MCContext *Ctxt) const override { in generateCompactUnwindEncoding()
1336 !Ctxt->emitCompactUnwindNonCanonical()) in generateCompactUnwindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1441 LLVMContext &Ctxt = *DAG.getContext(); in SplitVecRes_CMP()
1456 EVT SplitResVT = N->getValueType(0).getHalfNumVectorElementsVT(Ctxt);
4219 LLVMContext &Ctxt = *DAG.getContext(); in SplitVecOp_CMP()
4229 EVT::getVectorVT(Ctxt, ResVT.getVectorElementType(), SplitOpEC); in SplitVecOp_CMP()
4644 LLVMContext &Ctxt = *DAG.getContext(); in WidenVecRes_CMP()
4656 EVT WidenResVT = TLI.getTypeToTransformTo(Ctxt, N->getValueType(0)); in WidenVecRes_CMP()
1437 LLVMContext &Ctxt = *DAG.getContext(); SplitVecRes_CMP() local
4215 LLVMContext &Ctxt = *DAG.getContext(); SplitVecOp_CMP() local
4640 LLVMContext &Ctxt = *DAG.getContext(); WidenVecRes_CMP() local
H A DDAGCombiner.cpp19321 LLVMContext &Ctxt = *DAG->getContext(); in getLoadedType() local
19322 return EVT::getIntegerVT(Ctxt, getLoadedSize() * 8); in getLoadedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5355 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D)); in getOrCreateStaticDataMemberDeclarationOrNull() local
5356 return CreateRecordStaticField(D, Ctxt, cast<RecordDecl>(DC)); in getOrCreateStaticDataMemberDeclarationOrNull()