Searched refs:ThumbIndirectPads (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h49 /// ThumbIndirectPads - These maintain a per-function list of jump pad
51 SmallVector<std::pair<unsigned, MCSymbol*>, 4> ThumbIndirectPads; member in class:llvm::ARMAsmPrinter
H A DARMAsmPrinter.cpp179 if (! ThumbIndirectPads.empty()) {
182 for (std::pair<unsigned, MCSymbol *> &TIP : ThumbIndirectPads) {
190 ThumbIndirectPads.clear();
1382 for (std::pair<unsigned, MCSymbol *> &TIP : ThumbIndirectPads) {
1391 ThumbIndirectPads.push_back(std::make_pair(TReg, TRegSym));

Completed in 187 milliseconds