Home
last modified time | relevance | path

Searched refs:GetSchema (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.h45 static llvm::StringRef GetSchema();
H A DTraceIntelPTBundleLoader.cpp75 toString(root.getError()).c_str(), err.c_str(), GetSchema().data()); in CreateJSONError()
229 StringRef TraceIntelPTBundleLoader::GetSchema() { in GetSchema() function in TraceIntelPTBundleLoader
H A DTraceIntelPT.cpp82 TraceIntelPTBundleLoader::GetSchema(), DebuggerInitialize); in Initialize()
99 StringRef TraceIntelPT::GetSchema() { in GetSchema() function in TraceIntelPT
100 return TraceIntelPTBundleLoader::GetSchema(); in GetSchema()
H A DTraceIntelPT.h90 llvm::StringRef GetSchema() override;
/llvm-project/flang/lib/Semantics/
H A Druntime-type-info.cpp63 const DeclTypeSpec &GetSchema(const char *) const;
167 : context_{c}, tables_{t}, derivedTypeSchema_{GetSchema("derivedtype")},
168 componentSchema_{GetSchema("component")},
169 procPtrSchema_{GetSchema("procptrcomponent")},
170 valueSchema_{GetSchema("value")},
171 bindingSchema_{GetSchema(bindingDescCompName)},
172 specialSchema_{GetSchema("specialbinding")},
679 const DeclTypeSpec &RuntimeTableBuilder::GetSchema( in GetSchema()
666 const DeclTypeSpec &RuntimeTableBuilder::GetSchema( GetSchema() function in Fortran::semantics::RuntimeTableBuilder
/llvm-project/lldb/include/lldb/Target/
H A DTrace.h168 virtual llvm::StringRef GetSchema() = 0;