Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp36 extern cl::opt<bool> Instrument;
110 if (opts::Instrument) in MachORewriteInstance()
285 if (!opts::Instrument) in discoverFileObjects()
366 if (opts::Instrument) { in runOptimizationPasses()
389 if (!opts::Instrument) in mapInstrumentationSection()
425 if (opts::Instrument) { in mapCodeSections()
545 if (!opts::Instrument) in writeInstrumentationSection()
575 if (!opts::Instrument && (Function.getImageSize() > Function.getMaxSize())) in rewriteFile()
611 if (opts::Instrument.getNumOccurrences()) in adjustCommandLineOptions()
H A DBinaryPassManager.cpp320 if (opts::Instrument) in runAllPasses()
H A DRewriteInstance.cpp77 extern cl::opt<bool> Instrument;
370 if (opts::Instrument) in RewriteInstance()
3917 if (opts::Instrument) in patchELFPHDRTable()
/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dinstrument-no-return.ll11 ; Instrument noreturn callsites (regardless of function)
20 ; Instrument calls to noreturn functions (regardless of callsite)
/llvm-project-15.0.7/lldb/tools/lldb-instr/
H A DCMakeLists.txt2 Instrument.cpp
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/bolt/include/bolt/Utils/
H A DCommandLineOpts.h47 extern llvm::cl::opt<bool> Instrument;
/llvm-project-15.0.7/bolt/lib/Utils/
H A DCommandLineOpts.cpp128 Instrument("instrument", variable
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst290 Instrument device library for HIP, which is a LLVM bitcode containing \_\_cyg\_profile\_func\_enter…
1538 Instrument control-flow architecture protection. <arg> must be 'return', 'branch', 'full' or 'none'.
1910 Instrument function entry only, after inlining, without arguments to the instrumentation call
2298 Instrument only functions from files where names don't match all the regexes separated by a semi-co…
2302 Instrument only functions from files where names match any regex separated by a semi-colon
H A DUsersManual.rst2533 Instrument function groups
3979 …-fcf-protection=<value> Instrument control-flow architecture protection. Options: return, branch, …
4043Instrument only functions from files where names don't match all the regexes separated by a semi-c…
4045Instrument only functions from files where names match any regex separated by a semi-colon
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp59 extern cl::opt<bool> Instrument;
2184 if (!requiresAddressTranslation() && !opts::Instrument) { in postProcessCFG()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1046 HelpText<"Instrument device library for HIP, which is a LLVM bitcode containing "
1327 …HelpText<"Instrument only functions from files where names match any regex separated by a semi-col…
1332 …HelpText<"Instrument only functions from files where names don't match all the regexes separated b…
2015 …HelpText<"Instrument function entry only, after inlining, without arguments to the instrumentation…
2018 HelpText<"Instrument control-flow architecture protection">, Values<"return,branch,full,none">;
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4774 lldb/tools/lldb-instr/Instrument.cpp