Home
last modified time | relevance | path

Searched refs:GenericSectionID (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h534 GenericSectionID = ~0U enumerator
614 unsigned UniqueID = GenericSectionID);
624 unsigned UniqueID = GenericSectionID);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp729 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
741 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
750 *PreviousID == MCContext::GenericSectionID)) in calcUniqueIDUpdateFlagsAndSize()
762 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
867 unsigned UniqueID = MCContext::GenericSectionID; in selectELFSectionForGlobal()
1031 unsigned UniqueID = MCContext::GenericSectionID; in getSectionForMachineBasicBlock()
1741 unsigned UniqueID = MCContext::GenericSectionID; in SelectSectionForGlobal()
2184 Name, Kind, Flags, Group, MCContext::GenericSectionID); in getExplicitSectionGlobal()
2212 unsigned UniqueID = MCContext::GenericSectionID; in selectWasmSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp640 if (UniqueID == GenericSectionID) { in recordELFMergeableSectionInfo()
730 return getCOFFSection(Section, Characteristics, "", 0, GenericSectionID); in getCOFFSection()
737 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection()
H A DMCObjectFileInfo.cpp1064 utostr(Hash), MCContext::GenericSectionID); in getDwarfComdatSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp196 Name, *Kind, Flags, GroupName, MCContext::GenericSectionID); in parseSectionDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1110 Group, MCContext::GenericSectionID); in doBeforeLabelEmit()