Home
last modified time | relevance | path

Searched refs:SecType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h167 explicit Section(SectionType SecType) : Type(SecType) {} in Section()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp1801 const IdentifierInfo *SecType = Tok.getIdentifierInfo(); in HandlePragma() local
1802 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()