HomeSort by relevance Sort by last modified time
    Searched refs:PIPSQUEAK_EXPORT (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/DynamicLibrary/
ExportedFuncs.cpp 16 extern "C" PIPSQUEAK_EXPORT const char *TestA() { return PIPSQUEAK_TESTA_RETURN; }
PipSqueak.h 27 #define PIPSQUEAK_EXPORT __declspec(dllexport)
29 #define PIPSQUEAK_EXPORT
32 extern "C" PIPSQUEAK_EXPORT const char *TestA();
PipSqueak.cpp 38 extern "C" PIPSQUEAK_EXPORT void SetStrings(std::string &GStr,
44 extern "C" PIPSQUEAK_EXPORT void TestOrder(std::vector<std::string> &V) {

Completed in 98 milliseconds