OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFixups
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/MC/
MCAssembler.h
138
std::vector<MCFixup> &
getFixups
() { return Fixups; }
139
const std::vector<MCFixup> &
getFixups
() const { return Fixups; }
198
SmallVectorImpl<MCFixup> &
getFixups
() { return Fixups; }
199
const SmallVectorImpl<MCFixup> &
getFixups
() const { return Fixups; }
/external/llvm/lib/MC/
MCELFStreamer.cpp
327
for (unsigned i = 0, e = F.
getFixups
().size(); i != e; ++i)
328
fixSymbolsInTLSFixups(F.
getFixups
()[i].getValue());
MCObjectStreamer.cpp
192
getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, IF->
getFixups
());
MCPureStreamer.cpp
205
IF->
getFixups
() = Fixups;
WinCOFFStreamer.cpp
379
Fragment->
getFixups
());
MCAssembler.cpp
710
IF.
getFixups
().clear();
713
IF.
getFixups
().push_back(Fixups[i]);
878
if (!DF->
getFixups
().empty()) {
Completed in 1193 milliseconds