Searched refs:SecType (Results 1 – 2 of 2) sorted by relevance
167 explicit Section(SectionType SecType) : Type(SecType) {} in Section()
1801 const IdentifierInfo *SecType = Tok.getIdentifierInfo(); in HandlePragma() local1802 if (SecType->isStr("bss")) in HandlePragma()1804 else if (SecType->isStr("data")) in HandlePragma()1806 else if (SecType->isStr("rodata")) in HandlePragma()1808 else if (SecType->isStr("text")) in HandlePragma()