OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FpABI
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h
48
FpABIKind
FpABI
;
55
FpABI
(FpABIKind::ANY) {}
78
FpABIKind getFpABI() { return
FpABI
; }
80
FpABI
= Value;
162
FpABI
= FpABIKind::ANY;
164
FpABI
= FpABIKind::SOFT;
166
FpABI
= FpABIKind::S64;
169
FpABI
= FpABIKind::XX;
171
FpABI
= FpABIKind::S64;
173
FpABI
= FpABIKind::S32
[
all
...]
MipsABIFlagsSection.cpp
15
switch (
FpABI
) {
48
if (
FpABI
== FpABIKind::XX)
/external/llvm/include/llvm/Object/
ELFYAML.h
155
MIPS_ABI_FP
FpABI
;
/external/llvm/tools/obj2yaml/
elf2yaml.cpp
417
S->
FpABI
= Flags->fp_abi;
/external/llvm/lib/Object/
ELFYAML.cpp
691
IO.mapOptional("
FpABI
", Section.
FpABI
,
/external/llvm/tools/yaml2obj/
yaml2elf.cpp
451
Flags.fp_abi = Section.
FpABI
;
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
293
bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &
FpABI
,
[
all
...]
Completed in 87 milliseconds