Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h680 MIPS_AFL_REG CPR2Size; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1692 Flags.cpr2_size = Section.CPR2Size; in writeSectionContent()
H A DELFYAML.cpp1529 IO.mapOptional("CPR2Size", Section.CPR2Size, in sectionMapping()