Searched refs:ExportSymbols (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/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);
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 309 LLVMBool ExportSymbols);
|
/third_party/skia/third_party/externals/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()
|