Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h520 GenericSectionID = ~0U enumerator
599 unsigned UniqueID = GenericSectionID,
612 unsigned UniqueID = GenericSectionID);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp699 unsigned UniqueID = MCContext::GenericSectionID; in selectExplicitSectionGlobal()
756 if (ForceUnique && UniqueID == MCContext::GenericSectionID) in selectExplicitSectionGlobal()
811 unsigned UniqueID = MCContext::GenericSectionID; in selectELFSectionForGlobal()
970 unsigned UniqueID = MCContext::GenericSectionID; in getSectionForMachineBasicBlock()
1634 unsigned UniqueID = MCContext::GenericSectionID; in SelectSectionForGlobal()
2048 Name, Kind, Flags, Group, MCContext::GenericSectionID); in getExplicitSectionGlobal()
2074 unsigned UniqueID = MCContext::GenericSectionID; in selectWasmSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp583 if (IsMergeable && (UniqueID == GenericSectionID)) in recordELFMergeableSectionInfo()
649 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID, in getCOFFSection()
657 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection()
H A DMCObjectFileInfo.cpp1015 utostr(Hash), MCContext::GenericSectionID); in getDwarfComdatSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp184 Name, Kind.getValue(), Flags, GroupName, MCContext::GenericSectionID); in parseSectionDirective()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1074 MCContext::GenericSectionID, nullptr); in doBeforeLabelEmit()