Searched refs:weak_import (Results 1 – 7 of 7) sorted by relevance
67 #define ORC_RT_WEAK_IMPORT __attribute__((weak_import))
60 # define SANITIZER_WEAK_IMPORT extern "C" __attribute((weak_import))
1095 uint32_t weak_import : 1; member1102 uint32_t weak_import : 1; member1110 uint64_t weak_import : 1; member
2066 import->weak_import = weakRef; in writeImport()2073 import->weak_import = weakRef; in writeImport()2081 import->weak_import = weakRef; in writeImport()
3004 let Spellings = [Clang<"weak_import">];
1593 as if the ``weak_import`` attribute were added to the declaration. A
5795 "an already-declared variable is made a weak_import declaration %0">;