/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 46 HANDLE_DI_FLAG((1 << 15), ExportSymbols)
|
D | DebugInfoMetadata.h | 2029 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 …]
|
D | DIBuilder.h | 727 bool ExportSymbols);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 46 HANDLE_DI_FLAG((1 << 15), ExportSymbols)
|
D | DebugInfoMetadata.h | 2248 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 …]
|
D | DIBuilder.h | 764 bool ExportSymbols);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 774 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();
|
D | DebugInfoMetadata.cpp | 696 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()
|
D | DIBuilder.cpp | 819 bool ExportSymbols) { in createNameSpace() argument 827 ExportSymbols); in createNameSpace()
|
D | DebugInfo.cpp | 796 LLVMBool ExportSymbols) { in LLVMDIBuilderCreateNameSpace() argument 798 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), ExportSymbols)); in LLVMDIBuilderCreateNameSpace()
|
/external/llvm-project/llvm/lib/IR/ |
D | LLVMContextImpl.h | 843 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();
|
D | DebugInfoMetadata.cpp | 905 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()
|
D | DIBuilder.cpp | 863 bool ExportSymbols) { in createNameSpace() argument 871 ExportSymbols); in createNameSpace()
|
D | DebugInfo.cpp | 835 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/ |
D | DebugInfo.h | 309 LLVMBool ExportSymbols);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | DebugInfo.h | 316 LLVMBool ExportSymbols);
|
/external/llvm-project/llvm/unittests/IR/ |
D | MetadataTest.cpp | 2436 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/ |
D | MetadataLoader.cpp | 1635 bool ExportSymbols = Record[0] & 2; in parseOneMetadata() local 1638 (Context, getMDOrNull(Record[1]), Name, ExportSymbols)), in parseOneMetadata()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 1788 bool ExportSymbols = Record[0] & 2; in parseOneMetadata() local 1791 (Context, getMDOrNull(Record[1]), Name, ExportSymbols)), in parseOneMetadata()
|
/external/llvm-project/llvm/docs/ |
D | LangRef.rst | 5317 The `ExportSymbols` flag marks a class, struct or union whose members
|