OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isN64ABI
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
134
///
isN64ABI
- check current ABI
135
bool
isN64ABI
() const;
MipsRelocator.cpp
462
if (
isN64ABI
())
714
if (
isN64ABI
())
727
bool MipsRelocator::
isN64ABI
() const {
878
int32_t A = pParent.
isN64ABI
() ? pReloc.A() : (pReloc.A() & 0x03FFFFFF) << 2;
907
if (pParent.
isN64ABI
())
[
all
...]
Completed in 164 milliseconds