Home | Sort by relevance Sort by last modified time |
/external/llvm/include/llvm/MC/ | |
MCAssembler.h | 144 fixup_iterator fixup_end() {return Fixups.end();} function in class:llvm::MCDataFragment 145 const_fixup_iterator fixup_end() const {return Fixups.end();} function in class:llvm::MCDataFragment 204 fixup_iterator fixup_end() {return Fixups.end();} function in class:llvm::MCInstFragment 205 const_fixup_iterator fixup_end() const {return Fixups.end();} function in class:llvm::MCInstFragment |
/external/llvm/lib/MC/ | |
MCAssembler.cpp | 513 assert(DF.fixup_begin() == DF.fixup_end() && 622 ie3 = DF->fixup_end(); it3 != ie3; ++it3) { 632 ie3 = IF->fixup_end(); it3 != ie3; ++it3) { 675 ie = IF->fixup_end(); it != ie; ++it) 882 ie = DF->fixup_end(); it != ie; ++it) { |