OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasRelA
(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
755
bool
HasRelA
= TEW->hasRelocationAddend();
831
RelocateField(S, RelOffset,
HasRelA
? 0 : Addend, RelTySize);
834
ELFRelocation Rel(RelOffset, SymIdx, RelType,
HasRelA
, Addend);
835
EmitRelocation(RelSec, Rel,
HasRelA
);
842
bool
HasRelA
) {
845
if (
HasRelA
)
[
all
...]
Completed in 46 milliseconds