Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcompiler.h67 #define ORC_RT_WEAK_IMPORT __attribute__((weak_import))
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c89 extern __attribute__((weak_import))
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h47 # define SANITIZER_WEAK_IMPORT extern "C" __attribute((weak_import))
/freebsd/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
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp2031 import->weak_import = weakRef; in writeImport()
2038 import->weak_import = weakRef; in writeImport()
2046 import->weak_import = weakRef; in writeImport()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3270 let Spellings = [Clang<"weak_import">];
H A DAttrDocs.td1633 as if the ``weak_import`` attribute were added to the declaration. A
H A DDiagnosticSemaKinds.td5975 "an already-declared variable is made a weak_import declaration %0">;