Searched refs:GenericSectionID (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCContext.h | 520 GenericSectionID = ~0U enumerator 599 unsigned UniqueID = GenericSectionID, 612 unsigned UniqueID = GenericSectionID);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 699 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 D | MCContext.cpp | 583 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 D | MCObjectFileInfo.cpp | 1015 utostr(Hash), MCContext::GenericSectionID); in getDwarfComdatSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | WasmAsmParser.cpp | 184 Name, Kind.getValue(), Flags, GroupName, MCContext::GenericSectionID); in parseSectionDirective()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 1074 MCContext::GenericSectionID, nullptr); in doBeforeLabelEmit()
|