Home
last modified time | relevance | path

Searched refs:MergeableConst32Section (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h162 MCSection *MergeableConst32Section; variable
300 return MergeableConst32Section; in getMergeableConst32Section()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h175 MCSection *MergeableConst32Section; variable
328 return MergeableConst32Section; in getMergeableConst32Section()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp364 if (Kind.isMergeableConst32() && MergeableConst32Section) in getSectionForConstant()
365 return MergeableConst32Section; in getSectionForConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp564 if (Kind.isMergeableConst32() && MergeableConst32Section) in getSectionForConstant()
565 return MergeableConst32Section; in getSectionForConstant()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp497 MergeableConst32Section = in initELFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp514 MergeableConst32Section = in initELFMCObjectFileInfo()