Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp939 struct SectionCPs { struct
943 SectionCPs(const MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() argument
959 SmallVector<SectionCPs, 4> CPSections; in EmitConstantPool()
994 CPSections.push_back(SectionCPs(S, Align)); in EmitConstantPool()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1285 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-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1588 struct SectionCPs { struct
1593 SectionCPs(MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() argument
1609 SmallVector<SectionCPs, 4> CPSections; in EmitConstantPool()
1635 CPSections.push_back(SectionCPs(S, Align)); in EmitConstantPool()