| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
| H A D | setup.py | 60 def break_on_all_but_main(Control, Symbols, main_offset): argument 67 bp = Control.AddBreakpoint2(offset=rec.Offset, enabled=True) 87 res = Client.Control.WaitForEvent(timeout=1000) 95 Client.Control.Execute("l+t") 97 Client.Control.SetExpressionSyntax(cpp=True) 112 res = Client.Control.WaitForEvent(timeout=5000) 121 filts = Client.Control.GetNumberEventFilters() 123 Client.Control.SetExceptionFilterSecondCommand(x, "qd") 128 client.Control.Execute("p") 130 client.Control.WaitForEvent() [all …]
|
| H A D | dbgeng.py | 77 self.client.Control.RemoveBreakpoint(x) 169 res = self.client.Control.Evaluate(fixed_expr) 171 result, typename = self.client.Control.Evaluate(fixed_expr)
|
| H A D | client.py | 170 self.Control = control.Control(self.control_ptr)
|
| H A D | probe_process.py | 74 frames, numframes = Client.Control.GetStackTraceEx()
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | string.bench.cpp | 70 enum class DiffType { Control, ChangeFirst, ChangeMiddle, ChangeLast }; enumerator 80 case DiffType::Control: in getSmallString() 98 case DiffType::Control: in getLargeString() 116 case DiffType::Control: in getHugeString() 161 makeString(Length(), DiffType::Control, Opaque())); in run() 367 constexpr auto D = DiffType::Control; in run() 558 const auto Control = makeString(L); in sanityCheckGeneratedStrings() local 561 if (Control[Pos] != Exp[Pos]) { in sanityCheckGeneratedStrings() 562 Exp[Pos] = Control[Pos]; in sanityCheckGeneratedStrings() 563 if (Control == Exp) in sanityCheckGeneratedStrings() [all …]
|
| /llvm-project-15.0.7/clang/unittests/Analysis/ |
| H A D | CFGDominatorTree.cpp | 142 ControlDependencyCalculator Control(cfg); in TEST() local 144 EXPECT_TRUE(Control.isControlDependent(SecondThenBlock, SecondIfBlock)); in TEST() 145 EXPECT_TRUE(Control.isControlDependent(SecondIfBlock, FirstIfBlock)); in TEST() 146 EXPECT_FALSE(Control.isControlDependent(NullDerefBlock, SecondIfBlock)); in TEST() 179 ControlDependencyCalculator Control(cfg); in TEST() local 188 EXPECT_FALSE(Control.isControlDependent(GetBlock(5), GetBlock(2))); in TEST()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | cfguard-checks.ll | 2 ; Control Flow Guard is currently only available on Windows 4 ; Test that Control Flow Guard checks are correctly added when required. 10 ; Test that Control Flow Guard checks are not added on calls with the "guard_nocf" attribute. 28 ; Test that Control Flow Guard checks are added even at -O0. 51 ; Test that Control Flow Guard checks are correctly added in optimized code (common case). 72 ; Test that Control Flow Guard checks are correctly added on invoke instructions.
|
| H A D | cfguard-module-flag.ll | 3 ; Control Flow Guard is currently only available on Windows 5 ; Test that Control Flow Guard checks are not added in modules with the
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | cfguard-checks.ll | 2 ; Control Flow Guard is currently only available on Windows 4 ; Test that Control Flow Guard checks are correctly added when required. 10 ; Test that Control Flow Guard checks are not added on calls with the "guard_nocf" attribute. 29 ; Test that Control Flow Guard checks are added even at -O0. 54 ; Test that Control Flow Guard checks are correctly added in optimized code (common case). 76 ; Test that Control Flow Guard checks are correctly added on invoke instructions.
|
| H A D | cfguard-module-flag.ll | 3 ; Control Flow Guard is currently only available on Windows 5 ; Test that Control Flow Guard checks are not added in modules with the
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | cfguard-checks.ll | 3 ; Control Flow Guard is currently only available on Windows 5 ; Test that Control Flow Guard checks are correctly added when required. 11 ; Test that Control Flow Guard checks are not added on calls with the "guard_nocf" attribute. 33 ; Test that Control Flow Guard checks are added even at -O0. 62 ; Test that Control Flow Guard checks are correctly added in optimized code (common case). 86 ; Test that Control Flow Guard checks are correctly added on invoke instructions. 124 ; Test that Control Flow Guard preserves floating point arguments. 155 ; Test that Control Flow Guard checks are correctly added for tail calls. 178 ; Test that Control FLow Guard Checks are added well for targets in try-catch. 229 ; Test that Control Flow Guard checks are correctly added for variadic musttail
|
| H A D | cfguard-module-flag.ll | 4 ; Control Flow Guard is currently only available on Windows 6 ; Test that Control Flow Guard checks are not added in modules with the
|
| H A D | cfguard-x86-vectorcall.ll | 2 ; Control Flow Guard is currently only available on Windows 5 ; Test that Control Flow Guard checks are correctly added for x86 vector calls.
|
| H A D | cfguard-x86-64-vectorcall.ll | 3 ; Control Flow Guard is currently only available on Windows 6 ; Test that Control Flow Guard checks are correctly added for x86_64 vector calls.
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_x86_32.h | 119 Control = x86_32_Flag | 0x00000001, enumerator 127 Full = Control | Integer | Segments,
|
| H A D | RegisterContextMinidump_x86_64.h | 165 Control = x86_64_Flag | 0x00000001, enumerator 172 Full = Control | Integer | FloatingPoint,
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptStmt.cpp | 130 const StringMap<Control::CtlInfo> Control::SupportedCtls = { 152 raw_ostream &Control::log(raw_ostream &OS) const { in log()
|
| H A D | ResourceScriptParser.cpp | 532 Expected<Control> RCParser::parseControl() { in parseControl() 541 auto CtlInfo = Control::SupportedCtls.find(ClassUpper); in parseControl() 542 if (CtlInfo == Control::SupportedCtls.end()) in parseControl() 591 return Control(*ClassResult, Caption, *ID, (*Args)[0], (*Args)[1], in parseControl()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/ |
| H A D | parser.test | 59 ; PGOOD-NEXT: Control (14): LTEXT, title: "Hello world!", loc: (20, 20), size: [50, 50] 60 ; PGOOD-NEXT: Control (50): RTEXT, title: "Heh", loc: (51, 52), size: [53, 54], style: 55, ext. … 61 ; PGOOD-NEXT: Control (1): CTEXT, title: "Muuuu", loc: (2, 3), size: [4, 5], style: 6, ext. styl… 62 ; PGOOD-NEXT: Control (1): PUSHBUTTON, title: "Muuuu", loc: (2, 3), size: [4, 5], style: 6, ext.… 63 ; PGOOD-NEXT: Control (1): DEFPUSHBUTTON, title: "Muuuu", loc: (2, 3), size: [4, 5], style: 6 64 ; PGOOD-NEXT: Control (5): EDITTEXT, title: , loc: (1, 2), size: [4, 7], style: 8
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernelProperties.td | 12 Desc<"Control how many reads lldb will make while searching for a Darwin kernel on attach.">;
|
| /llvm-project-15.0.7/llvm/test/MC/M68k/ |
| H A D | pc-rel.s | 11 ; tested by `Control/branch-pc-rel.s`.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | branch-folder-requires-no-phis.mir | 6 # CHECK: MachineFunctionProperties required by Control Flow Optimizer pass are not met by function …
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/ |
| H A D | MonitoringService.proto | 19 // ID of the indexed commit in Version Control System.
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | VersionFromVCS.cmake | 2 # determining the Version Control System used (if any) it inspects the
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/ |
| H A D | README.txt | 120 Of course, viewing the CFG (Control-Flow Graph) is also useful: 125 -cfg-dump Display Control-Flow Graphs 126 -cfg-view View Control-Flow Graphs using GraphViz
|