OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionKinds
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
InstrumentationMap.h
40
enum class
FunctionKinds
{ ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT };
49
FunctionKinds
Kind;
61
SledEntry::
FunctionKinds
Kind;
106
template <> struct ScalarEnumerationTraits<xray::SledEntry::
FunctionKinds
> {
107
static void enumeration(IO &IO, xray::SledEntry::
FunctionKinds
&Kind) {
108
IO.enumCase(Kind, "function-enter", xray::SledEntry::
FunctionKinds
::ENTRY);
109
IO.enumCase(Kind, "function-exit", xray::SledEntry::
FunctionKinds
::EXIT);
110
IO.enumCase(Kind, "tail-exit", xray::SledEntry::
FunctionKinds
::TAIL);
112
xray::SledEntry::
FunctionKinds
::LOG_ARGS_ENTER);
114
xray::SledEntry::
FunctionKinds
::CUSTOM_EVENT)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/XRay/
InstrumentationMap.cpp
188
static constexpr SledEntry::
FunctionKinds
Kinds[] = {
189
SledEntry::
FunctionKinds
::ENTRY, SledEntry::
FunctionKinds
::EXIT,
190
SledEntry::
FunctionKinds
::TAIL,
191
SledEntry::
FunctionKinds
::LOG_ARGS_ENTER,
192
SledEntry::
FunctionKinds
::CUSTOM_EVENT};
Completed in 19 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026