Lines Matching refs:COMDATSymName
1682 StringRef COMDATSymName = ""; in getExplicitSectionGlobal() local
1693 COMDATSymName = Sym->getName(); in getExplicitSectionGlobal()
1700 return getContext().getCOFFSection(Name, Characteristics, COMDATSymName, in getExplicitSectionGlobal()
1747 StringRef COMDATSymName = Sym->getName(); in SelectSectionForGlobal() local
1759 return getContext().getCOFFSection(Name, Characteristics, COMDATSymName, in SelectSectionForGlobal()
1813 StringRef COMDATSymName = Sym->getName(); in getSectionForJumpTable() local
1821 return getContext().getCOFFSection(SecName, Characteristics, COMDATSymName, in getSectionForJumpTable()
2083 std::string COMDATSymName; in getSectionForConstant() local
2086 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
2091 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
2097 COMDATSymName = "__xmm@" + scalarConstantToHexString(C); in getSectionForConstant()
2102 COMDATSymName = "__ymm@" + scalarConstantToHexString(C); in getSectionForConstant()
2107 if (!COMDATSymName.empty()) in getSectionForConstant()
2109 COMDATSymName, in getSectionForConstant()