Searched refs:Ctxt (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp76 DeclContext *Ctxt, PatchLocation Attr) {
77 ForwardDIEReferences.emplace_back(Die, RefUnit, Ctxt, Attr);
85 DeclContext *Ctxt; local
86 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref;
87 if (Ctxt && Ctxt->getCanonicalDIEOffset())
88 Attr.set(Ctxt->getCanonicalDIEOffset());
75 noteForwardReference(DIE *Die, const CompileUnit *RefUnit, DeclContext *Ctxt, PatchLocation Attr) argument
H A DDWARFLinkerDeclContext.cpp34 U.getInfo(FirstIdx).Ctxt = nullptr;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h152 static unsigned getHashValue(const DeclContext *Ctxt) { argument
153 return Ctxt->QualifiedNameHash;
H A DDWARFLinkerCompileUnit.h58 DeclContext *Ctxt; member in struct:llvm::CompileUnit::DIEInfo
163 /// \p Ctxt if it is non-null.
165 DeclContext *Ctxt, PatchLocation Attr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp39 IO::IO(void *Context) : Ctxt(Context) {}
44 return Ctxt;
48 Ctxt = Context;
55 Input::Input(StringRef InputContent, void *Ctxt, argument
57 : IO(Ctxt), Strm(new Stream(InputContent, SrcMgr, false, &EC)) {
63 Input::Input(MemoryBufferRef Input, void *Ctxt, argument
65 : IO(Ctxt), Strm(new Stream(Input, SrcMgr, false, &EC)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp175 static void output(const ScalarDocNode &S, void *Ctxt, raw_ostream &OS, argument
181 static StringRef input(StringRef Str, StringRef Tag, void *Ctxt, argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp93 LLVMContext &Ctxt) {
95 std::unique_ptr<Module> Result = parseIRFile(Filename, Err, Ctxt);
92 parseInputFile(StringRef Filename, LLVMContext &Ctxt) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp686 void *Ctxt) {
688 this->DiagContext = Ctxt;
685 setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, void *Ctxt) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1295 DWARFContext *Ctxt = S->Context.get(); local
1296 return std::shared_ptr<DWARFContext>(std::move(S), Ctxt);
1302 DWARFContext *Ctxt = S->Context.get(); local
1303 return std::shared_ptr<DWARFContext>(std::move(S), Ctxt);
1337 auto *Ctxt = S->Context.get(); local
1338 return std::shared_ptr<DWARFContext>(std::move(S), Ctxt);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp176 static void output(const Module &Mod, void *Ctxt, raw_ostream &OS) { argument
180 static StringRef input(StringRef Str, void *Ctxt, Module &Mod) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h749 IO(void *Ctxt = nullptr);
951 void *Ctxt; member in namespace:llvm::yaml
1393 void *Ctxt = nullptr,
1397 void *Ctxt = nullptr,
1543 Output(raw_ostream &, void *Ctxt = nullptr, int WrapColumn = 70);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4416 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D)); local
4417 return CreateRecordStaticField(D, Ctxt, cast<RecordDecl>(DC));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14560 LLVMContext &Ctxt = *DAG->getContext(); local
14561 return EVT::getIntegerVT(Ctxt, getLoadedSize() * 8);

Completed in 329 milliseconds