Home
last modified time | relevance | path

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/
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);
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h309 LLVMBool ExportSymbols);
/third_party/skia/third_party/externals/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()