Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAssembler.h138 std::vector<MCFixup> &getFixups() { return Fixups; } in getFixups() function
139 const std::vector<MCFixup> &getFixups() const { return Fixups; } in getFixups() function
198 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function
199 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function