Searched refs:GenericSectionID (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 548 GenericSectionID = ~0U enumerator 629 unsigned UniqueID = GenericSectionID, 642 unsigned UniqueID = GenericSectionID);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 727 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 D | WasmAsmParser.cpp | 193 Name, *Kind, Flags, GroupName, MCContext::GenericSectionID); in parseSectionDirective()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 618 if (UniqueID == GenericSectionID) in recordELFMergeableSectionInfo() 702 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID, in getCOFFSection() 710 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection()
|
| H A D | MCObjectFileInfo.cpp | 1115 utostr(Hash), MCContext::GenericSectionID); in getDwarfComdatSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 1124 MCContext::GenericSectionID, nullptr); in doBeforeLabelEmit()
|