Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A 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() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1732 struct SectionCPs { struct
1733 MCSection *S;
1734 unsigned Alignment;
1735 SmallVector<unsigned, 4> CPEs;
1737 SectionCPs(MCSection *s, unsigned a) : S(s), Alignment(a) {} in SectionCPs() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2387 struct SectionCPs { struct
2388 MCSection *S;
2389 Align Alignment;
2390 SmallVector<unsigned, 4> CPEs;
2392 SectionCPs(MCSection *s, Align a) : S(s), Alignment(a) {} in SectionCPs() function