OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EventType
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_trace.h
29
enum
EventType
{
40
// u64 typ : 3; //
EventType
.
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_trace.h
22
enum class
EventType
: u64 {
39
EventType
type : 3;
45
static constexpr Event NopEvent = {1, 0,
EventType
::kAccessExt, 0};
85
EventType
type : 3; // =
EventType
::kAccessExt
103
EventType
type : 3; // =
EventType
::kAccessRange
126
EventType
type : 3; // =
EventType
::kLock or
EventType
::kRLoc
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolWasm.h
30
Optional<wasm::WasmEventType>
EventType
;
147
assert(
EventType
.hasValue());
148
return
EventType
.getValue();
150
void setEventType(wasm::WasmEventType ET) {
EventType
= ET; }
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_trace.h
28
enum
EventType
{
39
// u64 typ : 3; //
EventType
.
73
enum class
EventType
: u64 {
90
EventType
type : 3;
96
static constexpr Event NopEvent = {1, 0,
EventType
::kAccessExt, 0};
124
EventType
type : 3; // =
EventType
::kAccessExt
140
EventType
type : 3; // =
EventType
::kAccessRange
156
EventType
type : 3; // = EventType::kLock or EventType::kRLoc
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h
40
const wasm::WasmEventType *
EventType
,
43
EventType
(
EventType
), Signature(Signature) {}
48
const wasm::WasmEventType *
EventType
;
/src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
FDRRecords.h
265
uint16_t
EventType
= 0;
281
uint16_t
eventType
() const { return
EventType
; }
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgmgr.h
188
enum HSA_EVENTTYPE
EventType
; /* event type */
215
enum HSA_EVENTTYPE
EventType
;
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
532
const wasm::WasmEventType *
EventType
= nullptr;
678
EventType
= &Event.Type;
690
EventType
= &Import.Event;
691
Signature = &Signatures[
EventType
->SigIndex];
713
EventType
, Signature);
Completed in 55 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026