Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h547 GenericSectionID = ~0U enumerator
628 unsigned UniqueID = GenericSectionID,
641 unsigned UniqueID = GenericSectionID);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp709 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
718 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
737 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
841 unsigned UniqueID = MCContext::GenericSectionID; in selectELFSectionForGlobal()
1005 unsigned UniqueID = MCContext::GenericSectionID; in getSectionForMachineBasicBlock()
1680 unsigned UniqueID = MCContext::GenericSectionID; in SelectSectionForGlobal()
2094 Name, Kind, Flags, Group, MCContext::GenericSectionID); in getExplicitSectionGlobal()
2120 unsigned UniqueID = MCContext::GenericSectionID; in selectWasmSectionForGlobal()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp191 Name, *Kind, Flags, GroupName, MCContext::GenericSectionID); in parseSectionDirective()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp592 if (UniqueID == GenericSectionID) in recordELFMergeableSectionInfo()
670 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID, in getCOFFSection()
678 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection()
H A DMCObjectFileInfo.cpp1089 utostr(Hash), MCContext::GenericSectionID); in getDwarfComdatSection()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1097 MCContext::GenericSectionID, nullptr); in doBeforeLabelEmit()