Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1040 struct SectionCPs { struct
1041 const MCSection *S;
1042 unsigned Alignment;
1043 SmallVector<unsigned, 4> CPEs;
1044 SectionCPs(const MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() argument