OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Is32BitABI
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h
102
bool
Is32BitABI
;
112
ASESet(0), OddSPReg(false),
Is32BitABI
(false), FpABI(FpABIKind::ANY) {}
138
Is32BitABI
= IsABI32Bit;
209
Is32BitABI
= P.isABI_O32();
MipsABIFlagsSection.cpp
23
if (
Is32BitABI
)
MipsTargetStreamer.cpp
220
MipsABIFlagsSection::FpABIKind Value, bool
Is32BitABI
) {
221
MipsTargetStreamer::emitDirectiveModuleFP(Value,
Is32BitABI
);
/external/llvm/lib/Target/Mips/
MipsTargetStreamer.h
61
bool
Is32BitABI
) {
62
ABIFlagsSection.setFpABI(Value,
Is32BitABI
);
69
ABIFlagsSection.
Is32BitABI
);
136
bool
Is32BitABI
) override;
Completed in 1191 milliseconds