Searched refs:updateState (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | ARC.cpp | 30 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 D | MCInstrAnalysis.h | 53 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 D | RISCVMCTargetDesc.cpp | 161 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 D | llvm-objdump.cpp | 1386 MIA->updateState(Inst, Index); in collectLocalBranchTargets() 2348 DT->InstrAnalysis->updateState(Inst, SectionAddr + Index); in disassembleObject()
|