Home
last modified time | relevance | path

Searched refs:GetPC (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_selftest.cc225 static uint32_t GetPC() __attribute__((noinline));
226 static uint32_t GetPC() { in GetPC() function
278 static uint32_t GetPC() __attribute__((noinline));
279 static uint32_t GetPC() { in GetPC() function
300 extern uint32_t GetPC();
331 context.srr0 = GetPC(); in CountCallerFrames()
338 context.pc = GetPC(); in CountCallerFrames()
Dstackwalker_selftest_sol.s85 ENTRY(GetPC)
92 SET_SIZE(GetPC)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1487 MachineInstr *GetPC = BuildMI(MBB, I, DL, get(AMDGPU::S_GETPC_B64), PCReg); in insertIndirectBranch() local
1553 MachineBasicBlock::iterator(GetPC), 0); in insertIndirectBranch()