Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h546 GenericSectionID = ~0U enumerator
627 unsigned UniqueID = GenericSectionID,
640 unsigned UniqueID = GenericSectionID);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp743 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
752 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
771 return MCContext::GenericSectionID; in calcUniqueIDUpdateFlagsAndSize()
875 unsigned UniqueID = MCContext::GenericSectionID; in selectELFSectionForGlobal()
1039 unsigned UniqueID = MCContext::GenericSectionID; in getSectionForMachineBasicBlock()
1714 unsigned UniqueID = MCContext::GenericSectionID; in SelectSectionForGlobal()
2141 Name, Kind, Flags, Group, MCContext::GenericSectionID); in getExplicitSectionGlobal()
2167 unsigned UniqueID = MCContext::GenericSectionID; in selectWasmSectionForGlobal()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp192 Name, *Kind, Flags, GroupName, MCContext::GenericSectionID); in parseSectionDirective()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp617 if (UniqueID == GenericSectionID) in recordELFMergeableSectionInfo()
696 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID, in getCOFFSection()
704 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection()
H A DMCObjectFileInfo.cpp1093 utostr(Hash), MCContext::GenericSectionID); in getDwarfComdatSection()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1112 MCContext::GenericSectionID, nullptr); in doBeforeLabelEmit()