Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreTargetObjectFile.cpp37 SectionKind::getMergeableConst4()); in Initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h192 static SectionKind getMergeableConst4() { return get(MergeableConst4); } in getMergeableConst4() function
/external/llvm/include/llvm/MC/
DSectionKind.h185 static SectionKind getMergeableConst4() { return get(MergeableConst4); } in getMergeableConst4() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h220 static SectionKind getMergeableConst4() { return get(MergeableConst4); } in getMergeableConst4() function
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp194 case 4: return SectionKind::getMergeableConst4(); in getKindForGlobal()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp72 SectionKind::getMergeableConst4()); in InitMachOMCObjectFileInfo()
304 SectionKind::getMergeableConst4()); in InitELFMCObjectFileInfo()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp202 case 4: return SectionKind::getMergeableConst4(); in getKindForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp211 case 4: return SectionKind::getMergeableConst4(); in getKindForGlobal()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp885 return SectionKind::getMergeableConst4(); in getSectionKind()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp113 SectionKind::getMergeableConst4()); in initMachOMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp965 return SectionKind::getMergeableConst4(); in getSectionKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp115 SectionKind::getMergeableConst4()); in initMachOMCObjectFileInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp240 case 4: Kind = SectionKind::getMergeableConst4(); break; in getConstantPoolSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp973 case 4: Kind = SectionKind::getMergeableConst4(); break; in EmitConstantPool()