/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
D | InstrumentationRuntimeMainThreadChecker.cpp | 260 std::vector<lldb::addr_t> PCs; in GetBacktracesFromExtendedStopInfo() local 262 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool { in GetBacktracesFromExtendedStopInfo() 263 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo() 267 if (PCs.empty()) in GetBacktracesFromExtendedStopInfo() 274 HistoryThread *history_thread = new HistoryThread(*process_sp, tid, PCs); in GetBacktracesFromExtendedStopInfo()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
D | InstrumentationRuntimeUBSan.cpp | 313 std::vector<lldb::addr_t> PCs; in GetBacktracesFromExtendedStopInfo() local 315 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool { in GetBacktracesFromExtendedStopInfo() 316 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo() 320 if (PCs.empty()) in GetBacktracesFromExtendedStopInfo() 327 HistoryThread *history_thread = new HistoryThread(*process_sp, tid, PCs); in GetBacktracesFromExtendedStopInfo()
|
/external/clang/docs/ |
D | SanitizerCoverage.rst | 83 sancov.py: read 2 PCs from a.out.22679.sancov 84 sancov.py: read 1 PCs from a.out.22673.sancov 85 sancov.py: 2 files merged; 2 PCs total 137 It is possible to find out which PCs are not covered, by subtracting the covered 138 set from the set of all instrumented PCs. The latter can be obtained by listing 140 can do this for you. Just supply the path to binary and a list of covered PCs: 145 sancov.py: read 2 64-bit PCs from a.out.12345.sancov 146 sancov.py: 1 file merged; 2 PCs total 148 sancov.py: found 3 instrumented PCs in a.out 149 sancov.py: read 2 PCs from stdin [all …]
|
/external/llvm-project/llvm/test/tools/sancov/ |
D | print_coverage_pcs.test | 17 The coverage PCs should be equal to the return address of the call minus one. A 18 direct call is five bytes, so the coverage PCs should be call PC plus four.
|
/external/llvm-project/clang/docs/ |
D | SanitizerCoverage.rst | 18 Tracing PCs with guards 175 instrumented PCs. Requires either ``-fsanitize-coverage=inline-8bit-counters``, 187 // Capture this array in order to read the PCs and their Flags. 188 // The number of PCs and PCFlags for a given DSO is the same as the number 197 Tracing PCs 392 SanitizerCoverage: ./a.out.7312.sancov 2 PCs written 397 SanitizerCoverage: ./a.out.7316.sancov 3 PCs written
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 672 SmallVector<Constant *, 32> PCs; in CreatePCArray() local 676 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray() 677 PCs.push_back((Constant *)IRB.CreateIntToPtr( in CreatePCArray() 680 PCs.push_back((Constant *)IRB.CreatePointerCast( in CreatePCArray() 682 PCs.push_back((Constant *)IRB.CreateIntToPtr( in CreatePCArray() 689 ConstantArray::get(ArrayType::get(IntptrPtrTy, N * 2), PCs)); in CreatePCArray()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 698 SmallVector<Constant *, 32> PCs; in CreatePCArray() local 702 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray() 703 PCs.push_back((Constant *)IRB.CreateIntToPtr( in CreatePCArray() 706 PCs.push_back((Constant *)IRB.CreatePointerCast( in CreatePCArray() 708 PCs.push_back((Constant *)IRB.CreateIntToPtr( in CreatePCArray() 715 ConstantArray::get(ArrayType::get(IntptrPtrTy, N * 2), PCs)); in CreatePCArray()
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerMerge.cpp | 81 Set<uint32_t> PCs; in Parse() local 113 if (PCs.insert(N).second) in Parse()
|
D | FuzzerFlags.def | 127 FUZZER_FLAG_INT(print_pcs, 0, "If 1, print out newly covered PCs.")
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerMerge.cpp | 81 Set<uint32_t> PCs; in Parse() local 113 if (PCs.insert(N).second) in Parse()
|
D | FuzzerFlags.def | 127 FUZZER_FLAG_INT(print_pcs, 0, "If 1, print out newly covered PCs.")
|
/external/oss-fuzz/infra/cifuzz/test_data/ |
D | msan_crash_fuzzer_output.txt | 5 INFO: Loaded 1 PC tables (184 PCs): 184 [0x5dc910,0x5dd490),
|
D | example_crash_fuzzer_output.txt | 3 INFO: Loaded 1 PC tables (8322 PCs): 8322 [0x661bd8,0x6823f8),
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | es.txt | 115 "Las PCs no son inteligentes, sólo creen que lo son. 451 …a el año 2000, las network computers (NCs) superarán en ventas a las computadoras personales (PCs).
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.inc | 132 "If true, the PCs will be dumped in the order they've"
|
/external/pigweed/pw_fuzzer/ |
D | docs.rst | 124 INFO: Loaded 1 PC tables (46 PCs): 46 [0x23aaf0,0x23add0),
|
/external/libxkbcommon/test/data/symbols/ |
D | keypad | 512 // Equal is added to start formulas (most numpads on PCs don't have
|
/external/python/cpython2/Doc/faq/ |
D | general.rst | 25 PCs under MS-DOS, Windows, Windows NT, and OS/2.
|
/external/llvm-project/llvm/docs/ |
D | LibFuzzer.rst | 330 If 1, print out newly covered PCs. Defaults to 0.
|
/external/libpng/ |
D | libpng-manual.txt | 2093 way PCs store them): 3518 first, the way PCs store them):
|
/external/rust/crates/libz-sys/src/zlib-ng/test/data/ |
D | lcet10.txt | 2671 PC-size machine, whereas nowadays it is becoming easier as PCs grow 2837 component scales (e.g., computers range from PCs to supercomputers; 6326 struggling with our PCs. There are many historical editorial projects in
|
/external/brotli/tests/testdata/ |
D | lcet10.txt | 2671 PC-size machine, whereas nowadays it is becoming easier as PCs grow 2837 component scales (e.g., computers range from PCs to supercomputers; 6326 struggling with our PCs. There are many historical editorial projects in
|
/external/freetype/docs/ |
D | CHANGES | 2286 PCs.
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 4038 HelpText<"Create a table of coverage-instrumented PCs">;
|
/external/python/cpython2/Misc/ |
D | HISTORY | 15810 memory starved machines like PCs running DOS range(100000) may be just
|