Home
last modified time | relevance | path

Searched defs:Instrument (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h126 Instrument(StringRef Desc, StringRef Data) : Desc(Desc), Data(Data) {} in Instrument() function
128 Instrument() : Instrument("", "") {} in Instrument() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp154 bool Instrument() { in Instrument() function in Instrumenter