Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.h44 static llvm::StringRef GetSchema();
H A DTraceIntelPTBundleLoader.cpp73 toString(root.getError()).c_str(), os.str().c_str(), GetSchema().data()); in CreateJSONError()
152 StringRef TraceIntelPTBundleLoader::GetSchema() { in GetSchema() function in TraceIntelPTBundleLoader
H A DTraceIntelPT.cpp47 TraceIntelPTBundleLoader::GetSchema()); in Initialize()
54 StringRef TraceIntelPT::GetSchema() { in GetSchema() function in TraceIntelPT
55 return TraceIntelPTBundleLoader::GetSchema(); in GetSchema()
H A DTraceIntelPT.h72 llvm::StringRef GetSchema() override;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Druntime-type-info.cpp47 const DeclTypeSpec &GetSchema(const char *) const;
147 : context_{c}, tables_{t}, derivedTypeSchema_{GetSchema("derivedtype")}, in RuntimeTableBuilder()
148 componentSchema_{GetSchema("component")}, procPtrSchema_{GetSchema(
150 valueSchema_{GetSchema("value")}, bindingSchema_{GetSchema("binding")},
151 specialSchema_{GetSchema("specialbinding")}, deferredEnum_{GetEnumValue(
631 const DeclTypeSpec &RuntimeTableBuilder::GetSchema( in GetSchema() function in Fortran::semantics::RuntimeTableBuilder
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTrace.h167 virtual llvm::StringRef GetSchema() = 0;