Searched refs:SectionCPs (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1285 struct SectionCPs { struct 1289 SectionCPs(MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() argument 1305 SmallVector<SectionCPs, 4> CPSections; in EmitConstantPool() 1331 CPSections.push_back(SectionCPs(S, Align)); in EmitConstantPool()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1732 struct SectionCPs { struct 1737 SectionCPs(MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() function 1753 SmallVector<SectionCPs, 4> CPSections; in EmitConstantPool() 1779 CPSections.push_back(SectionCPs(S, Align)); in EmitConstantPool()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1873 struct SectionCPs { struct 1878 SectionCPs(MCSection *s, Align a) : S(s), Alignment(a) {} in SectionCPs() function 1894 SmallVector<SectionCPs, 4> CPSections; in emitConstantPool() 1920 CPSections.push_back(SectionCPs(S, Alignment)); in emitConstantPool()
|