OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRel
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
193
///
isRel
- returns true if REL relocation record format is expected
194
bool
isRel
() const;
MipsRelocator.cpp
158
for (MipsRelocationInfo info(pReloc,
isRel
()); !info.isNone();
202
for (MipsRelocationInfo info(pReloc,
isRel
()); !info.isNone();
571
bool MipsRelocator::
isRel
() const {
[
all
...]
Completed in 75 milliseconds