Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h223 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function
224 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function