Home
last modified time | relevance | path

Searched defs:EmitUniqueSection (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp854 selectELFSectionForGlobal(MCContext & Ctx,const GlobalObject * GO,SectionKind Kind,Mangler & Mang,const TargetMachine & TM,bool EmitUniqueSection,unsigned Flags,unsigned * NextUniqueID,const MCSymbolELF * AssociatedSymbol) selectELFSectionForGlobal() argument
886 selectELFSectionForGlobal(MCContext & Ctx,const GlobalObject * GO,SectionKind Kind,Mangler & Mang,const TargetMachine & TM,bool Retain,bool EmitUniqueSection,unsigned Flags,unsigned * NextUniqueID) selectELFSectionForGlobal() argument
917 bool EmitUniqueSection = false; SelectSectionForGlobal() local
951 bool EmitUniqueSection = TM.getFunctionSections() || C; getSectionForJumpTable() local
1806 bool EmitUniqueSection = TM.getFunctionSections() || C; getSectionForJumpTable() local
2190 selectWasmSectionForGlobal(MCContext & Ctx,const GlobalObject * GO,SectionKind Kind,Mangler & Mang,const TargetMachine & TM,bool EmitUniqueSection,unsigned * NextUniqueID) selectWasmSectionForGlobal() argument
2227 bool EmitUniqueSection = false; SelectSectionForGlobal() local
[all...]