Home
last modified time | relevance | path

Searched refs:weak_import (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcompiler.h67 #define ORC_RT_WEAK_IMPORT __attribute__((weak_import))
/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c89 extern __attribute__((weak_import))
/src/contrib/jemalloc/src/
H A Dzone.c84 JEMALLOC_ATTR(weak_import);
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h47 # define SANITIZER_WEAK_IMPORT extern "C" __attribute((weak_import))
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1096 uint32_t weak_import : 1; member
1103 uint32_t weak_import : 1; member
1111 uint64_t weak_import : 1; member
/src/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp2323 import->weak_import = weakRef; in writeImport()
2330 import->weak_import = weakRef; in writeImport()
2338 import->weak_import = weakRef; in writeImport()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3464 let Spellings = [Clang<"weak_import">];
H A DAttrDocs.td1651 as if the ``weak_import`` attribute were added to the declaration. A
H A DDiagnosticSemaKinds.td6085 "%0 cannot be declared 'weak_import' because its definition has been provided">;