Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTSessionFileParser.h40 : TraceSessionFileParser(debugger, session_file_dir, GetSchema()), in TraceIntelPTSessionFileParser()
45 static llvm::StringRef GetSchema();
H A DTraceIntelPT.cpp43 TraceIntelPTSessionFileParser::GetSchema()); in Initialize()
55 StringRef TraceIntelPT::GetSchema() { in GetSchema() function in TraceIntelPT
56 return TraceIntelPTSessionFileParser::GetSchema(); in GetSchema()
H A DTraceIntelPTSessionFileParser.cpp22 StringRef TraceIntelPTSessionFileParser::GetSchema() { in GetSchema() function in TraceIntelPTSessionFileParser
H A DTraceIntelPT.h66 llvm::StringRef GetSchema() override;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h133 virtual llvm::StringRef GetSchema() = 0;