Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1285 struct SectionCPs { struct
1286 MCSection *S;
1287 unsigned Alignment;
1288 SmallVector<unsigned, 4> CPEs;
1289 SectionCPs(MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1732 struct SectionCPs { struct
1733 MCSection *S;
1734 unsigned Alignment;
1735 SmallVector<unsigned, 4> CPEs;
1737 SectionCPs(MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() function
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1873 struct SectionCPs { struct
1874 MCSection *S;
1875 Align Alignment;
1876 SmallVector<unsigned, 4> CPEs;
1878 SectionCPs(MCSection *s, Align a) : S(s), Alignment(a) {} in SectionCPs() function