Home
last modified time | relevance | path

Searched refs:SizeSpec (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp251 const char *SizeSpec = ".rodata.str1."; in SelectSectionForGlobal() local
253 SizeSpec = ".rodata.str2."; in SelectSectionForGlobal()
255 SizeSpec = ".rodata.str4."; in SelectSectionForGlobal()
260 std::string Name = SizeSpec + utostr(Align); in SelectSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp288 std::string SizeSpec = ".rodata.str" + utostr(EntrySize) + "."; in selectELFSectionForGlobal() local
289 Name = SizeSpec + utostr(Align); in selectELFSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp471 std::string SizeSpec = ".rodata.str" + utostr(EntrySize) + "."; in selectELFSectionForGlobal() local
472 Name = SizeSpec + utostr(Align); in selectELFSectionForGlobal()