Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h116 typedef std::vector<MCFixup>::iterator fixup_iterator; typedef
174 typedef SmallVectorImpl<MCFixup>::iterator fixup_iterator; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCFragment.h222 using fixup_iterator = SmallVectorImpl<MCFixup>::iterator; variable