Home
last modified time | relevance | path

Searched refs:getMipsFpAbiFlag (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.h53 uint8_t getMipsFpAbiFlag(uint8_t oldFlag, uint8_t newFlag,
H A DSyntheticSections.cpp149 flags.fp_abi = elf::getMipsFpAbiFlag(flags.fp_abi, s->fp_abi, filename); in create()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp352 uint8_t elf::getMipsFpAbiFlag(uint8_t oldFlag, uint8_t newFlag, in getMipsFpAbiFlag() function in elf