Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCFragment.h210 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function
211 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function
/external/llvm-project/llvm/include/llvm/MC/
DMCFragment.h221 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function
222 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function