OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitRelocation
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
ELFWriter.h
237
void
EmitRelocation
(BinaryObject &RelSec, ELFRelocation &Rel, bool HasRelA);
ELFWriter.cpp
835
EmitRelocation
(RelSec, Rel, HasRelA);
840
///
EmitRelocation
- Write relocation 'Rel' to the relocation section 'Rel'
841
void ELFWriter::
EmitRelocation
(BinaryObject &RelSec, ELFRelocation &Rel,
[
all
...]
Completed in 106 milliseconds