Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h548 GenericSectionID = ~0U enumerator
629 unsigned UniqueID = GenericSectionID,
642 unsigned UniqueID = GenericSectionID);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp727 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
736 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
755 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
864 unsigned UniqueID = MCContext::GenericSectionID; in selectELFSectionForGlobal()
1028 unsigned UniqueID = MCContext::GenericSectionID; in getSectionForMachineBasicBlock()
1743 unsigned UniqueID = MCContext::GenericSectionID; in SelectSectionForGlobal()
2183 Name, Kind, Flags, Group, MCContext::GenericSectionID); in getExplicitSectionGlobal()
2209 unsigned UniqueID = MCContext::GenericSectionID; in selectWasmSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp193 Name, *Kind, Flags, GroupName, MCContext::GenericSectionID); in parseSectionDirective()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp618 if (UniqueID == GenericSectionID) in recordELFMergeableSectionInfo()
702 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID, in getCOFFSection()
710 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection()
H A DMCObjectFileInfo.cpp1115 utostr(Hash), MCContext::GenericSectionID); in getDwarfComdatSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1124 MCContext::GenericSectionID, nullptr); in doBeforeLabelEmit()