Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCInstrDesc.cpp24 unsigned PC = RI.getProgramCounter(); in mayAffectControlFlow()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h88 unsigned PC = MCRI.getProgramCounter(); in mayAffectControlFlow()
H A DMCRegisterInfo.h355 MCRegister getProgramCounter() const { in getProgramCounter() function