Home
last modified time | relevance | path

Searched refs:weak_import (Results 1 – 9 of 9) 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/tsan/rtl/
H A Dtsan_dispatch_defs.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c90 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.cpp2347 import->weak_import = weakRef; in writeImport()
2354 import->weak_import = weakRef; in writeImport()
2362 import->weak_import = weakRef; in writeImport()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3833 let Spellings = [Clang<"weak_import">];
H A DAttrDocs.td2072 as if the ``weak_import`` attribute were added to the declaration. A
H A DDiagnosticSemaKinds.td6332 "%0 cannot be declared 'weak_import' because its definition has been provided">;