Searched refs:GenericSectionID (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 523 GenericSectionID = ~0U enumerator 604 unsigned UniqueID = GenericSectionID, 617 unsigned UniqueID = GenericSectionID);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 698 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 D | WasmAsmParser.cpp | 184 Name, Kind.getValue(), Flags, GroupName, MCContext::GenericSectionID); in parseSectionDirective()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 589 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 D | MCObjectFileInfo.cpp | 1024 utostr(Hash), MCContext::GenericSectionID); in getDwarfComdatSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 1108 MCContext::GenericSectionID, nullptr); in doBeforeLabelEmit()
|