Home
last modified time | relevance | path

Searched refs:ExportSymbols (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h843 bool ExportSymbols;
845 MDNodeKeyImpl(Metadata *Scope, MDString *Name, bool ExportSymbols)
846 : Scope(Scope), Name(Name), ExportSymbols(ExportSymbols) {}
849 ExportSymbols(N->getExportSymbols()) {}
853 ExportSymbols == RHS->getExportSymbols();
H A DDebugInfoMetadata.cpp920 MDString *Name, bool ExportSymbols, in getImpl() argument
923 DEFINE_GETIMPL_LOOKUP(DINamespace, (Scope, Name, ExportSymbols)); in getImpl()
926 DEFINE_GETIMPL_STORE(DINamespace, (ExportSymbols), Ops); in getImpl()
H A DDIBuilder.cpp875 bool ExportSymbols) { in createNameSpace() argument
883 ExportSymbols); in createNameSpace()
H A DDebugInfo.cpp920 LLVMBool ExportSymbols) { in LLVMDIBuilderCreateNameSpace() argument
922 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), ExportSymbols)); in LLVMDIBuilderCreateNameSpace()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoFlags.def46 HANDLE_DI_FLAG((1 << 15), ExportSymbols)
H A DDebugInfoMetadata.h2248 unsigned ExportSymbols : 1; variable
2250 DINamespace(LLVMContext &Context, StorageType Storage, bool ExportSymbols, in DINamespace() argument
2254 ExportSymbols(ExportSymbols) {} in DINamespace()
2258 StringRef Name, bool ExportSymbols,
2261 ExportSymbols, Storage, ShouldCreate);
2264 MDString *Name, bool ExportSymbols,
2274 (DIScope *Scope, StringRef Name, bool ExportSymbols),
2275 (Scope, Name, ExportSymbols))
2277 (Metadata *Scope, MDString *Name, bool ExportSymbols),
2278 (Scope, Name, ExportSymbols))
[all …]
H A DDIBuilder.h776 bool ExportSymbols);
/netbsd/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c276 value Name, value ExportSymbols) { in llvm_dibuild_create_namespace() argument
279 caml_string_length(Name), Bool_val(ExportSymbols)); in llvm_dibuild_create_namespace()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h317 LLVMBool ExportSymbols);
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1788 bool ExportSymbols = Record[0] & 2; in parseOneMetadata() local
1791 (Context, getMDOrNull(Record[1]), Name, ExportSymbols)), in parseOneMetadata()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst5647 The `ExportSymbols` flag marks a class, struct or union whose members