Home
last modified time | relevance | path

Searched refs:updateState (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARC.cpp30 void updateState(const ABIArgInfo &Info, QualType Ty, CCState &State) const { in updateState() function in __anon8fe868730111::ARCABIInfo
51 updateState(FI.getReturnInfo(), FI.getReturnType(), State); in computeInfo()
54 updateState(I.info, I.type, State); in computeInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h53 virtual void updateState(const MCInst &Inst, uint64_t Addr) {} in updateState() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp161 void updateState(const MCInst &Inst, uint64_t Addr) override { in updateState() function in __anon4e5c9e740111::RISCVMCInstrAnalysis
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1386 MIA->updateState(Inst, Index); in collectLocalBranchTargets()
2348 DT->InstrAnalysis->updateState(Inst, SectionAddr + Index); in disassembleObject()