Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp322 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
337 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
935 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
993 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()
1005 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp512 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
536 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
1132 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1198 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()
1210 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
1535 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetMachine.h221 static bool getFunctionSections();
/external/llvm/include/llvm/Target/
DTargetMachine.h212 bool getFunctionSections() const { in getFunctionSections() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetMachine.h224 bool getFunctionSections() const { in getFunctionSections() function
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp236 bool TargetMachine::getFunctionSections() { in getFunctionSections() function in TargetMachine
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp213 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp227 const bool FunctionSections = getFlags().getFunctionSections(); in writeFunctionCode()
DIceCfg.cpp1735 if (getFlags().getFunctionSections()) in emitTextHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4431 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() || in callsShareTOCBase()