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

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp281 const char *SizeSpec = ".rodata.str1."; local
283 SizeSpec = ".rodata.str2.";
285 SizeSpec = ".rodata.str4.";
290 std::string Name = SizeSpec + utostr(Align);

Completed in 50 milliseconds