Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.h45 static llvm::StringRef GetSchema();
H A DTraceIntelPTBundleLoader.cpp74 toString(root.getError()).c_str(), os.str().c_str(), GetSchema().data()); in CreateJSONError()
227 StringRef TraceIntelPTBundleLoader::GetSchema() { in GetSchema() function in TraceIntelPTBundleLoader
H A DTraceIntelPT.cpp82 TraceIntelPTBundleLoader::GetSchema(), DebuggerInitialize); in Initialize()
100 StringRef TraceIntelPT::GetSchema() { in GetSchema() function in TraceIntelPT
101 return TraceIntelPTBundleLoader::GetSchema(); in GetSchema()
H A DTraceIntelPT.h90 llvm::StringRef GetSchema() override;
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTrace.h168 virtual llvm::StringRef GetSchema() = 0;