Searched refs:GetSchema (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleLoader.h | 45 static llvm::StringRef GetSchema();
|
H A D | TraceIntelPTBundleLoader.cpp | 75 toString(root.getError()).c_str(), err.c_str(), GetSchema().data()); in CreateJSONError() 229 StringRef TraceIntelPTBundleLoader::GetSchema() { in GetSchema() function in TraceIntelPTBundleLoader
|
H A D | TraceIntelPT.cpp | 82 TraceIntelPTBundleLoader::GetSchema(), DebuggerInitialize); in Initialize() 99 StringRef TraceIntelPT::GetSchema() { in GetSchema() function in TraceIntelPT 100 return TraceIntelPTBundleLoader::GetSchema(); in GetSchema()
|
H A D | TraceIntelPT.h | 90 llvm::StringRef GetSchema() override;
|
/llvm-project/flang/lib/Semantics/ |
H A D | runtime-type-info.cpp | 63 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 D | Trace.h | 168 virtual llvm::StringRef GetSchema() = 0;
|