Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp967 struct SectionCPs { struct
968 const MCSection *S;
969 unsigned Alignment;
970 SmallVector<unsigned, 4> CPEs;
971 SectionCPs(const MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() argument