Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp939 struct SectionCPs { struct
940 const MCSection *S;
941 unsigned Alignment;
942 SmallVector<unsigned, 4> CPEs;
943 SectionCPs(const MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() function
/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() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1588 struct SectionCPs { struct
1589 MCSection *S;
1590 unsigned Alignment;
1591 SmallVector<unsigned, 4> CPEs;
1593 SectionCPs(MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() argument