Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dcompiler.h67 #define ORC_RT_WEAK_IMPORT __attribute__((weak_import))
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_dispatch_defs.h60 # define SANITIZER_WEAK_IMPORT extern "C" __attribute((weak_import))
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h1095 uint32_t weak_import : 1; member
1102 uint32_t weak_import : 1; member
1110 uint64_t weak_import : 1; member
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp2066 import->weak_import = weakRef; in writeImport()
2073 import->weak_import = weakRef; in writeImport()
2081 import->weak_import = weakRef; in writeImport()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td3004 let Spellings = [Clang<"weak_import">];
H A DAttrDocs.td1593 as if the ``weak_import`` attribute were added to the declaration. A
H A DDiagnosticSemaKinds.td5795 "an already-declared variable is made a weak_import declaration %0">;