Searched refs:ExportSymbols (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h774 bool ExportSymbols; member in struct:llvm::MDNodeKeyImpl
776 MDNodeKeyImpl(Metadata *Scope, MDString *Name, bool ExportSymbols) argument
777 : Scope(Scope), Name(Name), ExportSymbols(ExportSymbols) {}
780 ExportSymbols(N->getExportSymbols()) {}
784 ExportSymbols == RHS->getExportSymbols();
H A DDebugInfoMetadata.cpp696 MDString *Name, bool ExportSymbols,
699 DEFINE_GETIMPL_LOOKUP(DINamespace, (Scope, Name, ExportSymbols));
702 DEFINE_GETIMPL_STORE(DINamespace, (ExportSymbols), Ops);
695 getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, bool ExportSymbols, StorageType Storage, bool ShouldCreate) argument
H A DDIBuilder.cpp819 bool ExportSymbols) {
827 ExportSymbols);
818 createNameSpace(DIScope *Scope, StringRef Name, bool ExportSymbols) argument
H A DDebugInfo.cpp796 LLVMBool ExportSymbols) {
798 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), ExportSymbols));
793 LLVMDIBuilderCreateNameSpace(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope, const char *Name, size_t NameLen, LLVMBool ExportSymbols) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2029 unsigned ExportSymbols : 1;
2031 DINamespace(LLVMContext &Context, StorageType Storage, bool ExportSymbols,
2035 ExportSymbols(ExportSymbols) {}
2039 StringRef Name, bool ExportSymbols,
2042 ExportSymbols, Storage, ShouldCreate);
2045 MDString *Name, bool ExportSymbols,
2055 (DIScope *Scope, StringRef Name, bool ExportSymbols),
2056 (Scope, Name, ExportSymbols))
2058 (Metadata *Scope, MDString *Name, bool ExportSymbols),
[all...]
H A DDIBuilder.h725 /// \param ExportSymbols True for C++ inline namespaces.
727 bool ExportSymbols);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h302 * \param ExportSymbols Whether or not the namespace exports symbols, e.g.
309 LLVMBool ExportSymbols);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1635 bool ExportSymbols = Record[0] & 2; local
1638 (Context, getMDOrNull(Record[1]), Name, ExportSymbols)),

Completed in 110 milliseconds