Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp646 std::string SizeSpec = ".rodata.str" + utostr(EntrySize) + "."; in getELFSectionNameForGlobal() local
647 Name = SizeSpec + utostr(Alignment.value()); in getELFSectionNameForGlobal()