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

/external/clang/unittests/AST/
H A DASTVectorTest.cpp32 Ctxt(LangOpts, SourceMgr, Idents, Sels, Builtins) {}
43 ASTContext Ctxt; member in class:clang::ast::__anon3361::ASTVectorTest
49 V.insert(Ctxt, V.begin(), 0);
56 auto I = V.insert(Ctxt, V.begin(), 5, 1.0);
60 I = V.insert(Ctxt, V.begin() + 1, 5, 1.0);
64 I = V.insert(Ctxt, V.end(), 5, 1.0);
74 auto I = V.insert(Ctxt, V.begin(), IntVec.begin(), IntVec.begin());
79 I = V.insert(Ctxt, V.begin(), IntVec.begin(), IntVec.end());
83 I = V.insert(Ctxt, V.end(), IntVec.begin(), IntVec.begin());
87 I = V.insert(Ctxt,
[all...]
/external/llvm/unittests/MC/
H A DDwarfLineTables.cpp49 Context Ctxt; member in namespace:__anon13792
56 MCDwarfLineAddr::Encode(Ctxt, Params, LineDelta, AddrDelta, EncodingOS);
63 if (!Ctxt)
113 if (!Ctxt)
167 if (!Ctxt)
/external/llvm/tools/dsymutil/
H A DDebugMap.cpp88 yaml::Output yout(OS, /* Ctxt = */ nullptr, /* WrapColumn = */ 0);
110 YAMLContext Ctxt;
112 Ctxt.PrependPath = PrependPath;
115 yaml::Input yin((*ErrOrFile)->getBuffer(), &Ctxt);
186 if (void *Ctxt = io.getContext())
187 reinterpret_cast<YAMLContext *>(Ctxt)->BinaryTriple = DM.BinaryTriple;
197 if (void *Ctxt = io.getContext())
198 reinterpret_cast<YAMLContext *>(Ctxt)->BinaryTriple = DM->BinaryTriple;
214 const auto &Ctxt = *reinterpret_cast<YAMLContext *>(IO.getContext()); local
215 SmallString<80> Path(Ctxt
[all...]
H A DDwarfLinker.cpp142 static unsigned getHashValue(const DeclContext *Ctxt) { argument
143 return Ctxt->QualifiedNameHash;
190 DeclContext *Ctxt; ///< ODR Declaration context. member in struct:llvm::dsymutil::__anon13614::CompileUnit::DIEInfo
274 /// or to the canonical offset of \p Ctxt if it is non-null.
276 DeclContext *Ctxt, PatchLocation Attr);
412 DeclContext *Ctxt, PatchLocation Attr) {
413 ForwardDIEReferences.emplace_back(Die, RefUnit, Ctxt, Attr);
422 DeclContext *Ctxt; local
423 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref;
424 if (Ctxt
411 noteForwardReference(DIE *Die, const CompileUnit *RefUnit, DeclContext *Ctxt, PatchLocation Attr) argument
2371 DeclContext *Ctxt = nullptr; local
[all...]
/external/llvm/tools/bugpoint/
H A DBugDriver.cpp87 LLVMContext &Ctxt) {
89 std::unique_ptr<Module> Result = parseIRFile(Filename, Err, Ctxt);
86 parseInputFile(StringRef Filename, LLVMContext &Ctxt) argument
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DBugDriver.cpp86 LLVMContext& Ctxt) {
88 Module *Result = ParseIRFile(Filename, Err, Ctxt);
85 ParseInputFile(const std::string &Filename, LLVMContext& Ctxt) argument
/external/llvm/lib/Support/
H A DYAMLTraits.cpp29 IO::IO(void *Context) : Ctxt(Context) {
36 return Ctxt;
40 Ctxt = Context;
48 void *Ctxt,
51 : IO(Ctxt),
47 Input(StringRef InputContent, void *Ctxt, SourceMgr::DiagHandlerTy DiagHandler, void *DiagHandlerCtxt) argument
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp647 void *Ctxt) {
649 this->DiagContext = Ctxt;
646 setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, void *Ctxt) argument
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h458 IO(void *Ctxt=nullptr);
632 void *Ctxt; member in class:llvm::yaml::IO
974 void *Ctxt = nullptr,
1111 Output(llvm::raw_ostream &, void *Ctxt = nullptr, int WrapColumn = 70);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h513 IO(void *Ctxt=nullptr);
706 void *Ctxt; member in class:llvm::yaml::IO
1062 void *Ctxt = nullptr,
1209 Output(llvm::raw_ostream &, void *Ctxt = nullptr, int WrapColumn = 70);
/external/llvm/lib/CodeGen/
H A DMIRPrinter.cpp137 static void output(const Module &Mod, void *Ctxt, raw_ostream &OS) { argument
140 static StringRef input(StringRef Str, void *Ctxt, Module &Mod) { argument
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3514 auto *Ctxt = cast<llvm::DICompositeType>(getDeclContextDescriptor(D)); local
3515 return CreateRecordStaticField(D, Ctxt, cast<RecordDecl>(DC));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10315 LLVMContext &Ctxt = *DAG->getContext(); local
10316 return EVT::getIntegerVT(Ctxt, getLoadedSize() * 8);

Completed in 1065 milliseconds