Searched refs:Instrument (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | MachORewriteInstance.cpp | 36 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 D | BinaryPassManager.cpp | 320 if (opts::Instrument) in runAllPasses()
|
| H A D | RewriteInstance.cpp | 77 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 D | instrument-no-return.ll | 11 ; 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 D | CMakeLists.txt | 2 Instrument.cpp
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 157 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 D | CommandLineOpts.h | 47 extern llvm::cl::opt<bool> Instrument;
|
| /llvm-project-15.0.7/bolt/lib/Utils/ |
| H A D | CommandLineOpts.cpp | 128 Instrument("instrument", variable
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangCommandLineReference.rst | 290 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 D | UsersManual.rst | 2533 Instrument function groups 3979 …-fcf-protection=<value> Instrument control-flow architecture protection. Options: return, branch, … 4043 …Instrument only functions from files where names don't match all the regexes separated by a semi-c… 4045 … Instrument only functions from files where names match any regex separated by a semi-colon
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryFunction.cpp | 59 extern cl::opt<bool> Instrument; 2184 if (!requiresAddressTranslation() && !opts::Instrument) { in postProcessCFG()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 1046 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 D | clang-formatted-files.txt | 4774 lldb/tools/lldb-instr/Instrument.cpp
|