Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3372 struct TagStoreInstr { struct
3373 MachineInstr *MI;
3374 int64_t Offset, Size;
3375 explicit TagStoreInstr(MachineInstr *MI, int64_t Offset, int64_t Size) in TagStoreInstr() function