Home
last modified time | relevance | path

Searched refs:Instrument (Results 1 – 25 of 35) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DCustomBehaviour.h118 class Instrument {
126 Instrument(StringRef Desc, StringRef Data) : Desc(Desc), Data(Data) {} in Instrument() function
128 Instrument() : Instrument("", "") {} in Instrument() function
130 virtual ~Instrument() = default;
136 using SharedInstrument = std::shared_ptr<Instrument>;
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/
H A DCodeRegion.h118 SharedInstrument Instrument; variable
122 : CodeRegion(Desc, Start), Instrument(I) {} in InstrumentRegion()
125 SharedInstrument getInstrument() const { return Instrument; } in getInstrument()
185 SharedInstrument Instrument);
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.h29 class RISCVLMULInstrument : public Instrument {
34 RISCVLMULInstrument(StringRef Data) : Instrument(DESC_NAME, Data) {} in RISCVLMULInstrument()
/openbsd-src/gnu/llvm/lldb/tools/lldb-instr/
H A DCMakeLists.txt2 Instrument.cpp
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp157 bool Instrument() { in Instrument() function in Instrumenter
557 if (!vpc.Instrument()) in runOnModule()
567 if (!ooc.Instrument()) in runOnModule()
/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DCustomBehaviour.cpp47 return std::make_shared<Instrument>(Desc, Data); in createInstrument()
/openbsd-src/usr.bin/file/magdir/
H A Dnatinst17 >>10 string IN Virtual Instrument Program, data
H A Daudio360 0 string IMPI Impulse Tracker Instrument
438 0 string Extended\40Instrument: Fast Tracker II Instrument
H A Dsysex183 >>>4 byte 0x0B SINSPAR (Instrument/External Parameter)
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-msp430.texi164 User's Manual, document slau049b}, Texas Instrument, Inc.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-msp430.texi226 User's Manual, document slau049d}, Texas Instrument, Inc.
/openbsd-src/gnu/llvm/clang/
H A DCMakeLists.txt862 # Instrument clang with BOLT
/openbsd-src/gnu/gcc/gcc/
H A Dcommon.opt546 Instrument function entry and exit with profiling calls
/openbsd-src/gnu/llvm/clang/docs/
H A DUsersManual.rst2749 Instrument function groups
4186 …-fcf-protection=<value> Instrument control-flow architecture protection. Options: return, branch, …
4250Instrument only functions from files where names don't match all the regexes separated by a semi-c…
4252Instrument only functions from files where names match any regex separated by a semi-colon
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-mca.rst1118 Instrument Manager
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td1057 HelpText<"Instrument device library for HIP, which is a LLVM bitcode containing "
1355 …HelpText<"Instrument only functions from files where names match any regex separated by a semi-col…
1360 …HelpText<"Instrument only functions from files where names don't match all the regexes separated b…
2064 …HelpText<"Instrument function entry only, after inlining, without arguments to the instrumentation…
2067 HelpText<"Instrument control-flow architecture protection">, Values<"return,branch,full,none">;
/openbsd-src/share/misc/
H A Dusb_hid_usages2187 64 Medical Instrument
/openbsd-src/share/zoneinfo/datfiles/
H A Deurope361 # The law governing time in Ireland is under Statutory Instrument SI 395/94,
/openbsd-src/gnu/gcc/libcpp/po/
H A Dja.po9135 #~ msgid "Instrument function entry/exit with profiling calls"
H A Dda.po5531 #~ msgid "Instrument function entry/exit with profiling calls"
5532 #~ msgstr "Instrument�r funktionsindgange/-afslutninger med profileringskald"
H A Drw.po6612 #~ msgid "Instrument function entry/exit with profiling calls"
/openbsd-src/gnu/usr.bin/gcc/gcc/po/
H A Dda.po7554 msgid "Instrument function entry/exit with profiling calls"
7555 msgstr "Instrument�r funktionsindgange/-afslutninger med profileringskald"
H A Dgcc.pot7375 msgid "Instrument function entry/exit with profiling calls"
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4771 lldb/tools/lldb-instr/Instrument.cpp
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dinvoke.texi2944 Instrument @dfn{arcs} during compilation to generate coverage data or

12