Searched refs:PC (Results 51 - 75 of 326) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DSignals.inc337 // Print the PC in hexadecimal.
338 DWORD64 PC = StackFrame.AddrPC.Offset;
340 OS << format("0x%016llX", PC);
342 OS << format("0x%08lX", static_cast<DWORD>(PC));
345 // Verify the PC belongs to a module in this process.
346 if (!fSymGetModuleBase64(hProcess, PC)) {
354 if (fSymGetModuleInfo64(hProcess, fSymGetModuleBase64(hProcess, PC), &M)) {
355 DWORD64 const disp = PC - M.BaseOfImage;
371 if (!fSymGetSymFromAddr64(hProcess, PC, &dwDisp, symbol)) {
384 if (fSymGetLineFromAddr64(hProcess, PC,
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp42 InitMSP430MCRegisterInfo(X, MSP430::PC);
/openbsd-current/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp519 for (const auto &PC : reverse(ReverseComponenents))
520 ComponentTransformer(PC);
524 Object serializeParentContext(const PathComponent &PC, Language Lang) { argument
526 ParentContextElem["usr"] = PC.USR;
527 ParentContextElem["name"] = PC.Name;
528 ParentContextElem["kind"] = serializeSymbolKind(PC.Kind, Lang)["identifier"];
537 Record, API, [Lang, &ParentContexts](const PathComponent &PC) {
538 ParentContexts.push_back(serializeParentContext(PC, Lang));
613 [&PathComponentsNames](const PathComponent &PC) {
614 PathComponentsNames.push_back(PC
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h75 template <class T> void HandleCmp(uintptr_t PC, T Arg1, T Arg2);
115 for (auto PC : ObservedPCs)
116 CB(PC);
123 uintptr_t PC, PCFlags; member in struct:fuzzer::TracePC::PCTableEntry
128 static uintptr_t GetNextInstructionPc(uintptr_t PC);
173 std::unordered_map<uintptr_t, uintptr_t> ObservedFuncs; // PC => Counter.
H A DFuzzerUtil.h40 void PrintPC(const char *SymbolizedFMT, const char *FallbackFMT, uintptr_t PC);
42 std::string DescribePC(const char *SymbolizedFMT, uintptr_t PC);
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DCommentParser.cpp264 void Parser::parseParamCommandArgs(ParamCommandComment *PC, argument
270 S.actOnParamCommandDirectionArg(PC,
276 S.actOnParamCommandParamNameArg(PC,
310 ParamCommandComment *PC = nullptr; local
317 PC = S.actOnParamCommandStart(Tok.getLocation(),
338 if (PC) {
339 S.actOnParamCommandFinish(PC, Paragraph);
340 return PC;
350 if (PC || TPC || Info->NumArgs > 0) {
355 if (PC)
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp484 AArch64PromoteConstant::PromotedConstant &PC) {
485 assert(PC.ShouldConvert &&
487 if (PC.GV)
489 PC.GV = new GlobalVariable(
492 PC.GV->setInitializer(&C);
494 LLVM_DEBUG(PC.GV->print(dbgs()));
/openbsd-current/share/mk/
H A Dsys.mk68 PC?= pc macro
70 COMPILE.p?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
71 LINK.p?= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
/openbsd-current/games/hack/
H A Dhack.termcap.c74 static char PC = '\0'; variable
100 PC = *pc;
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp98 uintptr_t PC = __dft.PCsBeg[I * 2]; local
100 void *const Buf[1] = {(void*)PC};
/openbsd-current/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp35 : MSP430GenRegisterInfo(MSP430::PC) {}
82 Reserved.set(MSP430::PC);
118 // Skip the saved PC
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dvaxbsd-nat.c127 regcache_raw_supply (regcache, VAX_PC_REGNUM, &pcb->PC);
H A Dsh-stub.c265 R15, PC, PR, GBR, VBR, MACH, MACL, SR, enumerator in enum:regnames
561 instrMem = (short *) registers[PC];
574 * Remember PC points to second instr.
575 * after PC of branch ... so add 4
577 instrMem = (short *) (registers[PC] + displacement + 4);
592 * Remember PC points to second instr.
593 * after PC of branch ... so add 4
595 instrMem = (short *) (registers[PC] + displacement + 4);
605 * Remember PC points to second instr.
606 * after PC o
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DCommentParser.h93 void parseParamCommandArgs(ParamCommandComment *PC,
/openbsd-current/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp156 lldb::addr_t PC = FCA.GetLoadAddress(&target); local
157 trace->AddItem(StructuredData::ObjectSP(new StructuredData::Integer(PC)));
314 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool {
315 PCs.push_back(PC->GetAsInteger()->GetValue());
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h149 /// containg this PC. If relocation information is present then section
219 bool containsPC(object::SectionedAddress PC) const {
220 return SectionIndex == PC.SectionIndex &&
221 (LowPC <= PC.Address && PC.Address < HighPC);
/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp113 SymbolizedStack *__ubsan::getSymbolizedLocation(uptr PC) { argument
115 return Symbolizer::GetOrInit()->SymbolizePC(PC);
421 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { argument
425 // Fast path: don't symbolize PC if there is no suppressions for given UB
434 if (const char *Module = Symbolizer::GetOrInit()->GetModuleNameForPc(PC)) {
439 SymbolizedStackHolder Stack(Symbolizer::GetOrInit()->SymbolizePC(PC));
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c1631 /* This maps a bytecode offset (PC) to various flags. */
2696 int PC; local
2721 #define CHECK_PC_IN_RANGE(PC) ((void)1) /* Already handled by verifier. */
2728 /* This pass figures out which PC can be the targets of jumps. */
2729 for (PC = 0; PC < length;)
2731 int oldpc = PC; /* PC at instruction start. */
2732 instruction_bits [PC] |= BCODE_INSTRUCTION_START;
2733 switch (byte_ops[PC
2842 int PC; local
[all...]
H A Djcf-dump.c1137 int PC;
1143 for (PC = 0; PC < len;)
1145 int oldpc = PC;
1148 switch (byte_ops[PC++])
1170 #define CHECK_PC_IN_RANGE(PC) (PC < 0 || PC > len ? \
1177 if (oldpc+1 == PC) /* nothing */; \
1207 { int nargs = IMMEDIATE_u1; PC
1135 int PC; variable
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgenemit.c225 case PC:
540 if ((GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC)
543 && GET_CODE (SET_DEST (XVECEXP (next, 0, 0))) == PC)
569 if (GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC
654 if ((GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC)
657 && GET_CODE (SET_DEST (XVECEXP (next, 0, 0))) == PC)
681 if (GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC
H A Djump.c802 && GET_CODE (SET_DEST (PATTERN (insn))) == PC
818 || GET_CODE (SET_DEST (x)) != PC)
826 && ((GET_CODE (XEXP (x, 2)) == PC
829 || (GET_CODE (XEXP (x, 1)) == PC
852 if (GET_CODE (SET_DEST (x)) != PC)
869 /* Return set of PC, otherwise NULL. */
883 if (GET_CODE (pat) == SET && GET_CODE (SET_DEST (pat)) == PC)
906 instructions containing PC sets in PARALLELs. The instruction may have
926 return ((b == PC && (a == LABEL_REF || a == RETURN))
927 || (a == PC
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenemit.c231 case PC:
529 if ((GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC)
532 && GET_CODE (SET_DEST (XVECEXP (next, 0, 0))) == PC)
558 if (GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC
643 if ((GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC)
646 && GET_CODE (SET_DEST (XVECEXP (next, 0, 0))) == PC)
670 if (GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dm68k-parse.y248 if ($4 == PC || $4 == ZPC)
285 if ($3 == PC || $3 == ZPC)
296 if ($2 == PC || $2 == ZPC)
362 if ($5 == PC || $5 == ZPC)
374 if ($3 == PC || $3 == ZPC)
505 /* Either an address register or the PC. */
512 /* Either an address register, or the PC, or a suppressed address
513 register, or a suppressed PC. */
531 /* The PC, optionally suppressed. */
835 else if (reg == PC)
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dm68k-parse.y275 if ($4 == PC || $4 == ZPC)
312 if ($3 == PC || $3 == ZPC)
323 if ($2 == PC || $2 == ZPC)
389 if ($5 == PC || $5 == ZPC)
401 if ($3 == PC || $3 == ZPC)
532 /* Either an address register or the PC. */
539 /* Either an address register, or the PC, or a suppressed address
540 register, or a suppressed PC. */
558 /* The PC, optionally suppressed. */
864 else if (reg == PC)
[all...]
/openbsd-current/gnu/lib/libreadline/
H A Dterminal.c85 char PC, *BC, *UP;
433 PC = '\0';
444 PC = _rl_term_pc ? *_rl_term_pc : 0;

Completed in 478 milliseconds

1234567891011>>