Home
last modified time | relevance | path

Searched refs:getMergeableConst8 (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreTargetObjectFile.cpp42 SectionKind::getMergeableConst8()); in Initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h193 static SectionKind getMergeableConst8() { return get(MergeableConst8); } in getMergeableConst8() function
/external/llvm/include/llvm/MC/
DSectionKind.h186 static SectionKind getMergeableConst8() { return get(MergeableConst8); } in getMergeableConst8() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h221 static SectionKind getMergeableConst8() { return get(MergeableConst8); } in getMergeableConst8() function
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp195 case 8: return SectionKind::getMergeableConst8(); in getKindForGlobal()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp76 SectionKind::getMergeableConst8()); in InitMachOMCObjectFileInfo()
309 SectionKind::getMergeableConst8()); in InitELFMCObjectFileInfo()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp203 case 8: return SectionKind::getMergeableConst8(); in getKindForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp212 case 8: return SectionKind::getMergeableConst8(); in getKindForGlobal()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp887 return SectionKind::getMergeableConst8(); in getSectionKind()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp117 SectionKind::getMergeableConst8()); in initMachOMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp967 return SectionKind::getMergeableConst8(); in getSectionKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp119 SectionKind::getMergeableConst8()); in initMachOMCObjectFileInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp241 case 8: Kind = SectionKind::getMergeableConst8(); break; in getConstantPoolSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp974 case 8: Kind = SectionKind::getMergeableConst8(); break; in EmitConstantPool()