Home
last modified time | relevance | path

Searched refs:FixupStorage (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp98 auto &S = getParent()->FixupStorage; in appendFixups()
112 auto &S = getParent()->FixupStorage; in setFixups()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h127 SmallVector<MCFixup, 0> FixupStorage; variable
405 return MutableArrayRef(getParent()->FixupStorage) in getFixups()
409 return ArrayRef(getParent()->FixupStorage) in getFixups()