Home
last modified time | relevance | path

Searched refs:getFunctionSections (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp693 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
717 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
1344 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1410 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()
1422 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
1768 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1837 assert(!TM.getFunctionSections() && !TM.getDataSections() && in SelectSectionForGlobal()
1893 assert (!TM.getFunctionSections() && "Unique sections not supported on XCOFF" in getSectionForJumpTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h253 bool getFunctionSections() const { in getFunctionSections() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp220 const bool FunctionSections = getFlags().getFunctionSections(); in writeFunctionCode()
DIceCfg.cpp1622 if (getFlags().getFunctionSections()) in emitTextHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4562 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() || in callsShareTOCBase()