HomeSort by: relevance | last modified time | path
    Searched refs:Ctxt (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinkerCompileUnit.cpp 84 DeclContext *Ctxt, PatchLocation Attr) {
85 ForwardDIEReferences.emplace_back(Die, RefUnit, Ctxt, Attr);
93 DeclContext *Ctxt;
94 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref;
95 if (Ctxt && Ctxt->getCanonicalDIEOffset())
96 Attr.set(Ctxt->getCanonicalDIEOffset());
DWARFLinker.cpp 291 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset();
293 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() > 0 &&
294 Info.Ctxt->getCanonicalDIEOffset() <= ModulesEndOffset;
369 Info.Ctxt =
371 if (Info.Ctxt)
372 Info.Ctxt->setDefinedInClangModule(InClangModule);
374 Info.Ctxt = Current.Context = nullptr;
647 bool IsModuleRef = Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() &
    [all...]
DWARFLinkerDeclContext.cpp 34 U.getInfo(FirstIdx).Ctxt = nullptr;
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DebugMap.cpp 109 yaml::Output yout(OS, /* Ctxt = */ nullptr, /* WrapColumn = */ 0);
133 YAMLContext Ctxt;
135 Ctxt.PrependPath = PrependPath;
138 yaml::Input yin((*ErrOrFile)->getBuffer(), &Ctxt);
209 if (void *Ctxt = io.getContext())
210 reinterpret_cast<YAMLContext *>(Ctxt)->BinaryTriple = DM.BinaryTriple;
220 if (void *Ctxt = io.getContext())
221 reinterpret_cast<YAMLContext *>(Ctxt)->BinaryTriple = DM->BinaryTriple;
238 const auto &Ctxt = *reinterpret_cast<YAMLContext *>(IO.getContext());
239 SmallString<80> Path(Ctxt.PrependPath)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/
llvm-reduce.cpp 73 LLVMContext &Ctxt) {
75 std::unique_ptr<Module> Result = parseIRFile(Filename, Err, Ctxt);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerDeclContext.h 166 static unsigned getHashValue(const DeclContext *Ctxt) {
167 return Ctxt->QualifiedNameHash;
DWARFLinkerCompileUnit.h 58 DeclContext *Ctxt;
167 /// \p Ctxt if it is non-null.
169 DeclContext *Ctxt, PatchLocation Attr);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
YAMLTraits.cpp 39 IO::IO(void *Context) : Ctxt(Context) {}
44 return Ctxt;
48 Ctxt = Context;
59 Input::Input(StringRef InputContent, void *Ctxt,
61 : IO(Ctxt), Strm(new Stream(InputContent, SrcMgr, false, &EC)) {
67 Input::Input(MemoryBufferRef Input, void *Ctxt,
69 : IO(Ctxt), Strm(new Stream(Input, SrcMgr, false, &EC)) {
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
MsgPackDocumentYAML.cpp 175 static void output(const ScalarDocNode &S, void *Ctxt, raw_ostream &OS,
181 static StringRef input(StringRef Str, StringRef Tag, void *Ctxt,
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
BugDriver.cpp 79 unsigned memlimit, bool use_valgrind, LLVMContext &ctxt)
80 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
93 LLVMContext &Ctxt) {
95 std::unique_ptr<Module> Result = parseIRFile(Filename, Err, Ctxt);
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 659 void *Ctxt) {
661 this->DiagContext = Ctxt;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 1374 DWARFContext *Ctxt = S->Context.get();
1375 return std::shared_ptr<DWARFContext>(std::move(S), Ctxt);
1381 DWARFContext *Ctxt = S->Context.get();
1382 return std::shared_ptr<DWARFContext>(std::move(S), Ctxt);
1416 auto *Ctxt = S->Context.get();
1417 return std::shared_ptr<DWARFContext>(std::move(S), Ctxt);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp 180 static void output(const Module &Mod, void *Ctxt, raw_ostream &OS) {
184 static StringRef input(StringRef Str, void *Ctxt, Module &Mod) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 6979 for (DeclContext *Ctxt = DC; Ctxt; Ctxt = Ctxt->getParent()) {
6980 if (Ctxt->isFunctionOrMethod()) {
6981 FunctionOrMethod = Ctxt;
6984 const CXXRecordDecl *ParentDecl = dyn_cast<CXXRecordDecl>(Ctxt);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 4736 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D));
4737 return CreateRecordStaticField(D, Ctxt, cast<RecordDecl>(DC));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 15906 LLVMContext &Ctxt = *DAG->getContext();
15907 return EVT::getIntegerVT(Ctxt, getLoadedSize() * 8);

Completed in 82 milliseconds