/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 252 std::vector<lldb::addr_t> PCs; in GetBacktracesFromExtendedStopInfo() local 254 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool { in GetBacktracesFromExtendedStopInfo() 255 PCs.push_back(PC->GetUnsignedIntegerValue()); in GetBacktracesFromExtendedStopInfo() 259 if (PCs.empty()) in GetBacktracesFromExtendedStopInfo() 270 *process_sp, tid, PCs, pcs_are_call_addresses); in GetBacktracesFromExtendedStopInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 147 // Gather the PCs of the user frames in the backtrace. in RetrieveReportData() 153 if (FCA.GetModule() == runtime_module_sp) // Skip PCs from the runtime. in RetrieveReportData() 312 std::vector<lldb::addr_t> PCs; in GetBacktracesFromExtendedStopInfo() local 314 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool { in GetBacktracesFromExtendedStopInfo() 315 PCs.push_back(PC->GetUnsignedIntegerValue()); in GetBacktracesFromExtendedStopInfo() 319 if (PCs.empty()) in GetBacktracesFromExtendedStopInfo() 330 *process_sp, tid, PCs, pcs_are_call_addresses); in GetBacktracesFromExtendedStopInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 738 SmallVector<Constant *, 32> PCs; in CreatePCArray() local 742 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, PtrTy)); in CreatePCArray() 743 PCs.push_back((Constant *)IRB.CreateIntToPtr( in CreatePCArray() 746 PCs.push_back((Constant *)IRB.CreatePointerCast( in CreatePCArray() 748 PCs.push_back(Constant::getNullValue(PtrTy)); in CreatePCArray() 754 ConstantArray::get(ArrayType::get(PtrTy, N * 2), PCs)); in CreatePCArray()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerMerge.cpp | 82 std::set<uint32_t> PCs; in Parse() local 117 if (PCs.insert(N).second) in Parse()
|
H A D | FuzzerFlags.def | 136 FUZZER_FLAG_INT(print_pcs, 0, "If 1, print out newly covered PCs.")
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 298 CODEGENOPT(SanitizeBinaryMetadataCovered, 1, 0) ///< Emit PCs for covered functions. 299 CODEGENOPT(SanitizeBinaryMetadataAtomics, 1, 0) ///< Emit PCs for atomic operations. 300 CODEGENOPT(SanitizeBinaryMetadataUAR, 1, 0) ///< Emit PCs for start of functions
|
/freebsd/share/syscons/keymaps/ |
H A D | hu.iso2.102keys.kbd | 2 # Hungarian keyboard standard (after M$'s W*). There are so many PCs in
|
/freebsd/share/vt/keymaps/ |
H A D | hu.102.kbd | 2 # Hungarian keyboard standard (after M$'s W*). There are so many PCs in
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | printer | 18 # Some PCs have the annoying habit of adding a ^D as a document separator
|
/freebsd/contrib/tcp_wrappers/ |
H A D | README | 368 PCs. Recent PC software seem to have fixed this (for example NCSA
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 7283 HelpText<"Create a table of coverage-instrumented PCs">, 7315 HelpText<"Emit PCs for code covered with binary analysis sanitizers">, 7319 HelpText<"Emit PCs for atomic operations used by binary analysis sanitizers">, 7323 HelpText<"Emit PCs for start of functions that are subject for use-after-return checking.">,
|
/freebsd/share/doc/IPv6/ |
H A D | IMPLEMENTATION | 1886 with powerful CPU (well, recent notebook PCs are really powerful...).
|
/freebsd/share/examples/ipfilter/ |
H A D | ipf-howto.txt | 2590 NetBSD, and FreeBSD include code to convert $1000 PCs into
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 8775 # As a matter of fact, ELKS 0.0.83 on PCs defaults to ANSI emulation 24246 # PCs today, but perhaps less well organized...all these units have a 24860 # 11 set first alternate font (on PCs, display ROM characters 1-31) 24861 # 12 set second alternate font (on PCs, display IBM high-half chars)
|