Searched refs:EmitUniqueSection (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 451 const TargetMachine &TM, bool EmitUniqueSection, unsigned Flags, in selectELFSectionForGlobal() argument 487 if (EmitUniqueSection) { in selectELFSectionForGlobal() 509 bool EmitUniqueSection = false; in SelectSectionForGlobal() local 512 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal() 514 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal() 516 EmitUniqueSection |= GO->hasComdat(); in SelectSectionForGlobal() 520 EmitUniqueSection = true; in SelectSectionForGlobal() 525 getContext(), GO, Kind, getMangler(), TM, EmitUniqueSection, Flags, in SelectSectionForGlobal() 536 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable() local 537 if (!EmitUniqueSection) in getSectionForJumpTable() [all …]
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 248 const TargetMachine &TM, bool EmitUniqueSection, in selectELFSectionForGlobal() argument 299 if (EmitUniqueSection && UniqueSectionNames) { in selectELFSectionForGlobal() 304 if (EmitUniqueSection && !UniqueSectionNames) { in selectELFSectionForGlobal() 319 bool EmitUniqueSection = false; in SelectSectionForGlobal() local 322 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal() 324 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal() 326 EmitUniqueSection |= GV->hasComdat(); in SelectSectionForGlobal() 329 EmitUniqueSection, Flags, &NextUniqueID); in SelectSectionForGlobal() 337 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable() local 338 if (!EmitUniqueSection) in getSectionForJumpTable() [all …]
|