Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/AsmParser/
HDLLToken.h44 kw_dllimport, kw_dllexport, kw_common, kw_available_externally, enumerator
HDLLParser.cpp217 case lltok::kw_dllexport: // OptionalDLLStorageClass in ParseTopLevelEntities()
1445 case lltok::kw_dllexport: Res = GlobalValue::DLLExportStorageClass; break; in ParseOptionalDLLStorageClass()