Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1985 struct SectionCPs { struct
1986 MCSection *S;
1987 Align Alignment;
1988 SmallVector<unsigned, 4> CPEs;
1990 SectionCPs(MCSection *s, Align a) : S(s), Alignment(a) {} in SectionCPs() function