Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCFragment.h222 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function
223 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function