Home
last modified time | relevance | path

Searched refs:STYP_OVRFLO (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h147 STYP_OVRFLO = 0x8000 enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp43 ECase(STYP_OVRFLO); in bitset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp988 ECase(STYP_OVRFLO)
1202 case XCOFF::STYP_OVRFLO: in printSectionHeaders()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp478 ECASE(STYP_OVRFLO, "ovrflo"); in getSectionFileOffsetToRawData()
1009 if (Sec.Flags == XCOFF::STYP_OVRFLO && in getNumberOfRelocationEntries()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1073 bool IsOvrflo = (Sec->Flags & XCOFF::STYP_OVRFLO) != 0; in writeSectionHeader()
1247 SectionEntry SecEntry(".ovrflo", XCOFF::STYP_OVRFLO); in finalizeRelocationInfo()