Searched refs:GenericSectionID (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 546 GenericSectionID = ~0U enumerator 627 unsigned UniqueID = GenericSectionID, 640 unsigned UniqueID = GenericSectionID);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 743 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 D | WasmAsmParser.cpp | 192 Name, *Kind, Flags, GroupName, MCContext::GenericSectionID); in parseSectionDirective()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCContext.cpp | 617 if (UniqueID == GenericSectionID) in recordELFMergeableSectionInfo() 696 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID, in getCOFFSection() 704 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection()
|
| H A D | MCObjectFileInfo.cpp | 1093 utostr(Hash), MCContext::GenericSectionID); in getDwarfComdatSection()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 1112 MCContext::GenericSectionID, nullptr); in doBeforeLabelEmit()
|