Searched defs:updateState (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCInstrAnalysis.h | 53 virtual void updateState(const MCInst &Inst, uint64_t Addr) {} in updateState() function |
/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 __anon1170d2700111::ARCABIInfo |
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ | ||
H A D | RISCVMCTargetDesc.cpp | 170 void updateState(const MCInst &Inst, uint64_t Addr) override { updateState() function in __anon156163d10111::RISCVMCInstrAnalysis |
/llvm-project/clang/lib/InstallAPI/ | ||
H A D | DylibVerifier.cpp | 165 void DylibVerifier::updateState(Result State) { in updateState() function in clang::installapi::DylibVerifier |
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinaryFunction.h | 818 BinaryFunction &updateState(BinaryFunction::State State) { updateState() function |