Home
last modified time | relevance | path

Searched defs:PANDA_PUBLIC_API (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/
Dmacros.h53 #define PANDA_PUBLIC_API __attribute__((visibility("default"))) macro
55 #define PANDA_PUBLIC_API __declspec(dllexport) macro
/arkcompiler/runtime_core/libpandabase/
Dmacros.h52 #define PANDA_PUBLIC_API __attribute__((visibility ("default"))) macro
54 #define PANDA_PUBLIC_API __declspec(dllexport) macro