Searched refs:GenericSectionID (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 547 GenericSectionID = ~0U enumerator 628 unsigned UniqueID = GenericSectionID, 641 unsigned UniqueID = GenericSectionID);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 709 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 D | WasmAsmParser.cpp | 191 Name, *Kind, Flags, GroupName, MCContext::GenericSectionID); in parseSectionDirective()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCContext.cpp | 592 if (UniqueID == GenericSectionID) in recordELFMergeableSectionInfo() 670 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID, in getCOFFSection() 678 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection()
|
| H A D | MCObjectFileInfo.cpp | 1089 utostr(Hash), MCContext::GenericSectionID); in getDwarfComdatSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 1097 MCContext::GenericSectionID, nullptr); in doBeforeLabelEmit()
|