Home
last modified time | relevance | path

Searched refs:getExportSymbols (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h780 ExportSymbols(N->getExportSymbols()) {}
784 ExportSymbols == RHS->getExportSymbols();
DAsmWriter.cpp2011 Printer.printBool("exportSymbols", N->getExportSymbols(), false); in writeDINamespace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp969 if (CTy->getExportSymbols()) in constructTypeDIE()
1103 if (NS->getExportSymbols()) in getOrCreateNameSpace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h670 bool getExportSymbols() const { return getFlags() & FlagExportSymbols; } in getExportSymbols() function
2050 getExportSymbols()); in cloneImpl()
2063 bool getExportSymbols() const { return ExportSymbols; } in getExportSymbols() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1739 Record.push_back(N->isDistinct() | N->getExportSymbols() << 1); in writeDINamespace()