OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThumbIndirectPads
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.h
50
///
ThumbIndirectPads
- These maintain a per-function list of jump pad
52
SmallVector<std::pair<unsigned, MCSymbol*>, 4>
ThumbIndirectPads
;
ARMAsmPrinter.cpp
157
if (!
ThumbIndirectPads
.empty()) {
160
for (unsigned i = 0, e =
ThumbIndirectPads
.size(); i < e; i++) {
161
OutStreamer->EmitLabel(
ThumbIndirectPads
[i].second);
163
.addReg(
ThumbIndirectPads
[i].first)
168
ThumbIndirectPads
.clear();
[
all
...]
Completed in 73 milliseconds