Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h523 GenericSectionID = ~0U enumerator
604 unsigned UniqueID = GenericSectionID,
617 unsigned UniqueID = GenericSectionID);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp698 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
707 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
726 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
830 unsigned UniqueID = MCContext::GenericSectionID; in selectELFSectionForGlobal()
991 unsigned UniqueID = MCContext::GenericSectionID; in getSectionForMachineBasicBlock()
1654 unsigned UniqueID = MCContext::GenericSectionID; in SelectSectionForGlobal()
2068 Name, Kind, Flags, Group, MCContext::GenericSectionID); in getExplicitSectionGlobal()
2094 unsigned UniqueID = MCContext::GenericSectionID; in selectWasmSectionForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp184 Name, Kind.getValue(), Flags, GroupName, MCContext::GenericSectionID); in parseSectionDirective()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp589 if (IsMergeable && (UniqueID == GenericSectionID)) in recordELFMergeableSectionInfo()
664 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID, in getCOFFSection()
672 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection()
H A DMCObjectFileInfo.cpp1024 utostr(Hash), MCContext::GenericSectionID); in getDwarfComdatSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1108 MCContext::GenericSectionID, nullptr); in doBeforeLabelEmit()