OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFixups
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/MC/
MCAssembler.h
192
virtual SmallVectorImpl<MCFixup> &
getFixups
() = 0;
193
virtual const SmallVectorImpl<MCFixup> &
getFixups
() const = 0;
231
SmallVectorImpl<MCFixup> &
getFixups
() {
235
const SmallVectorImpl<MCFixup> &
getFixups
() const {
315
SmallVectorImpl<MCFixup> &
getFixups
() {
319
const SmallVectorImpl<MCFixup> &
getFixups
() const {
[
all
...]
/external/llvm/lib/MC/
MCObjectStreamer.cpp
113
DF->
getFixups
().push_back(
239
getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, IF->
getFixups
());
353
DF->
getFixups
().push_back(MCFixup::Create(DF->getContents().size(),
362
DF->
getFixups
().push_back(MCFixup::Create(DF->getContents().size(),
MCPureStreamer.cpp
208
IF->
getFixups
() = Fixups;
223
DF->
getFixups
().push_back(Fixups[i]);
WinCOFFStreamer.cpp
95
DF->
getFixups
().push_back(Fixups[i]);
270
DF->
getFixups
().push_back(
MCELFStreamer.cpp
418
for (unsigned i = 0, e = F.
getFixups
().size(); i != e; ++i)
419
fixSymbolsInTLSFixups(F.
getFixups
()[i].getValue());
484
DF->
getFixups
().push_back(Fixups[i]);
MCMachOStreamer.cpp
390
DF->
getFixups
().push_back(Fixups[i]);
MCAssembler.cpp
890
F.
getFixups
() = Fixups;
[
all
...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp
309
DF->
getFixups
().push_back(
Completed in 42 milliseconds