OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasPerfMon
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64Subtarget.h
48
bool
HasPerfMon
;
126
bool
hasPerfMon
() const { return
HasPerfMon
; }
AArch64Subtarget.cpp
55
HasCrypto(false), HasCRC(false),
HasPerfMon
(false), HasFullFP16(false),
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
190
bool
HasPerfMon
;
357
bool
hasPerfMon
() const { return
HasPerfMon
; }
ARMSubtarget.cpp
147
HasPerfMon
= false;
Completed in 153 milliseconds