Home
last modified time | relevance | path

Searched defs:UpdateRecord (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp105 UpdateRecord(Constant *C, Instruction *User, unsigned Op) argument
102 struct UpdateRecord { global() struct in __anon02aa9faa0111::AArch64PromoteConstant
103 C__anon02aa9faa0111::AArch64PromoteConstant::UpdateRecord global() argument
104 User__anon02aa9faa0111::AArch64PromoteConstant::UpdateRecord global() argument
107 UpdateRecord__anon02aa9faa0111::AArch64PromoteConstant::UpdateRecord UpdateRecord() argument
/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h409 using UpdateRecord = SmallVector<DeclUpdate, 1>; global() variable