Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoFlags.def46 HANDLE_DI_FLAG((1 << 15), ExportSymbols)
DDebugInfoMetadata.h2029 unsigned ExportSymbols : 1; variable
2031 DINamespace(LLVMContext &Context, StorageType Storage, bool ExportSymbols, in DINamespace() argument
2035 ExportSymbols(ExportSymbols) {} in DINamespace()
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),
2059 (Scope, Name, ExportSymbols))
[all …]
DDIBuilder.h727 bool ExportSymbols);
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoFlags.def46 HANDLE_DI_FLAG((1 << 15), ExportSymbols)
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 …]
DDIBuilder.h764 bool ExportSymbols);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h774 bool ExportSymbols;
776 MDNodeKeyImpl(Metadata *Scope, MDString *Name, bool ExportSymbols)
777 : Scope(Scope), Name(Name), ExportSymbols(ExportSymbols) {}
780 ExportSymbols(N->getExportSymbols()) {}
784 ExportSymbols == RHS->getExportSymbols();
DDebugInfoMetadata.cpp696 MDString *Name, bool ExportSymbols, in getImpl() argument
699 DEFINE_GETIMPL_LOOKUP(DINamespace, (Scope, Name, ExportSymbols)); in getImpl()
702 DEFINE_GETIMPL_STORE(DINamespace, (ExportSymbols), Ops); in getImpl()
DDIBuilder.cpp819 bool ExportSymbols) { in createNameSpace() argument
827 ExportSymbols); in createNameSpace()
DDebugInfo.cpp796 LLVMBool ExportSymbols) { in LLVMDIBuilderCreateNameSpace() argument
798 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), ExportSymbols)); in LLVMDIBuilderCreateNameSpace()
/external/llvm-project/llvm/lib/IR/
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();
DDebugInfoMetadata.cpp905 MDString *Name, bool ExportSymbols, in getImpl() argument
908 DEFINE_GETIMPL_LOOKUP(DINamespace, (Scope, Name, ExportSymbols)); in getImpl()
911 DEFINE_GETIMPL_STORE(DINamespace, (ExportSymbols), Ops); in getImpl()
DDIBuilder.cpp863 bool ExportSymbols) { in createNameSpace() argument
871 ExportSymbols); in createNameSpace()
DDebugInfo.cpp835 LLVMBool ExportSymbols) { in LLVMDIBuilderCreateNameSpace() argument
837 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), ExportSymbols)); in LLVMDIBuilderCreateNameSpace()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h309 LLVMBool ExportSymbols);
/external/llvm-project/llvm/include/llvm-c/
DDebugInfo.h316 LLVMBool ExportSymbols);
/external/llvm-project/llvm/unittests/IR/
DMetadataTest.cpp2436 bool ExportSymbols = true; in TEST_F() local
2438 auto *N = DINamespace::get(Context, Scope, Name, ExportSymbols); in TEST_F()
2443 EXPECT_EQ(N, DINamespace::get(Context, Scope, Name, ExportSymbols)); in TEST_F()
2444 EXPECT_NE(N, DINamespace::get(Context, getFile(), Name, ExportSymbols)); in TEST_F()
2445 EXPECT_NE(N, DINamespace::get(Context, Scope, "other", ExportSymbols)); in TEST_F()
2446 EXPECT_NE(N, DINamespace::get(Context, Scope, Name, !ExportSymbols)); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp1635 bool ExportSymbols = Record[0] & 2; in parseOneMetadata() local
1638 (Context, getMDOrNull(Record[1]), Name, ExportSymbols)), in parseOneMetadata()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp1788 bool ExportSymbols = Record[0] & 2; in parseOneMetadata() local
1791 (Context, getMDOrNull(Record[1]), Name, ExportSymbols)), in parseOneMetadata()
/external/llvm-project/llvm/docs/
DLangRef.rst5317 The `ExportSymbols` flag marks a class, struct or union whose members