Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp281 const char *SizeSpec = ".rodata.str1."; in SelectSectionForGlobal() local
283 SizeSpec = ".rodata.str2."; in SelectSectionForGlobal()
285 SizeSpec = ".rodata.str4."; in SelectSectionForGlobal()
290 std::string Name = SizeSpec + utostr(Align); in SelectSectionForGlobal()