Home
last modified time | relevance | path

Searched refs:CPR2Size (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h36 Mips::AFL_REG CPR2Size = Mips::AFL_REG_NONE; member
58 uint8_t getCPR2SizeValue() { return (uint8_t)CPR2Size; } in getCPR2SizeValue()
/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h692 MIPS_AFL_REG CPR2Size; member
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1547 IO.mapOptional("CPR2Size", Section.CPR2Size, in sectionMapping()
H A DELFEmitter.cpp1760 Flags.cpr2_size = Section.CPR2Size; in writeSectionContent()