Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1186 struct SectionCPs { struct
1187 const MCSection *S;
1188 unsigned Alignment;
1189 SmallVector<unsigned, 4> CPEs;
1190 SectionCPs(const MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() argument