Home
last modified time | relevance | path

Searched refs:PCs (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp251 std::vector<lldb::addr_t> PCs; in GetBacktracesFromExtendedStopInfo() local
253 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool { in GetBacktracesFromExtendedStopInfo()
254 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo()
258 if (PCs.empty()) in GetBacktracesFromExtendedStopInfo()
269 *process_sp, tid, PCs, pcs_are_call_addresses); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp312 std::vector<lldb::addr_t> PCs; in GetBacktracesFromExtendedStopInfo() local
314 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool { in GetBacktracesFromExtendedStopInfo()
315 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo()
319 if (PCs.empty()) in GetBacktracesFromExtendedStopInfo()
330 *process_sp, tid, PCs, pcs_are_call_addresses); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/distrib/notes/i386/
H A Dhardware2 OpenBSD/MACHINE OSREV works across a broad range of standard PCs and
6 typically older proprietary PCs, laptops, or specialized server boxes
/openbsd-src/gnu/llvm/clang/docs/
H A DSanitizerCoverage.rst18 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
474 SanitizerCoverage: ./a.out.7312.sancov 2 PCs written
479 SanitizerCoverage: ./a.out.7316.sancov 3 PCs written
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp749 SmallVector<Constant *, 32> PCs; in CreatePCArray() local
753 PCs.push_back((Constant *)IRB.CreatePointerCast(&F, IntptrPtrTy)); in CreatePCArray()
754 PCs.push_back((Constant *)IRB.CreateIntToPtr( in CreatePCArray()
757 PCs.push_back((Constant *)IRB.CreatePointerCast( in CreatePCArray()
759 PCs.push_back(Constant::getNullValue(IntptrPtrTy)); in CreatePCArray()
765 ConstantArray::get(ArrayType::get(IntptrPtrTy, N * 2), PCs)); in CreatePCArray()
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dmagic75 # Some PCs have the annoying habit of adding a ^D as a document separator
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp81 std::set<uint32_t> PCs; in Parse() local
113 if (PCs.insert(N).second) in Parse()
H A DFuzzerFlags.def136 FUZZER_FLAG_INT(print_pcs, 0, "If 1, print out newly covered PCs.")
/openbsd-src/gnu/llvm/llvm/docs/
H A DPCSectionsMetadata.rst12 addresses, viz. program counters (PCs), are to be emitted in specially encoded
H A DLibFuzzer.rst335 If 1, print out newly covered PCs. Defaults to 0.
/openbsd-src/usr.bin/file/magdir/
H A Dprinter17 # Some PCs have the annoying habit of adding a ^D as a document separator
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def288 CODEGENOPT(SanitizeBinaryMetadataCovered, 1, 0) ///< Emit PCs for covered functions.
289 CODEGENOPT(SanitizeBinaryMetadataAtomics, 1, 0) ///< Emit PCs for atomic operations.
290 CODEGENOPT(SanitizeBinaryMetadataUAR, 1, 0) ///< Emit PCs for start of functions
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5618 HelpText<"Create a table of coverage-instrumented PCs">,
5650 HelpText<"Emit PCs for code covered with binary analysis sanitizers">,
5654 HelpText<"Emit PCs for atomic operations used by binary analysis sanitizers">,
5658 HelpText<"Emit PCs for start of functions that are subject for use-after-return checking.">,
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlipc.pod903 on PCs provides socket support, as do some VMS libraries), you might not have
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-1992236 * (fetch_register): Clear out priv level when reading PCs.
241 register. Also, mask out bottom two bits of all PCs so as not to
H A DChangeLog-19942888 * objfiles.h: Define values for invalid PCs for entry point info.
H A DChangeLog-19931694 * blockframe.c (find_pc_partial_function): Fix handling for PCs