Home
last modified time | relevance | path

Searched defs:exports (Results 1 – 17 of 17) sorted by relevance

/llvm-project/lld/test/MachO/
H A Dtapi-link.s92 exports: label
100 exports: label
108 exports: label
119 exports: label
133 exports: # Validate weak & thread-local symbols label
H A Dspecial-symbol-ld-previous.s83 exports: label
96 exports: label
115 exports: label
H A Dspecial-symbol-ld-hidden.s55 exports: label
71 exports: label
86 exports: label
H A Dapplication-extension.s65 exports: label
79 exports: label
112 exports: label
H A Ddylink-ordinal.s39 exports: label
55 exports: label
H A Dspecial-symbol-ld-install-name.s52 exports: label
65 exports: label
/llvm-project/lld/test/COFF/
H A Dedata.s35 exports: label
/llvm-project/lld/COFF/
H A DDriver.h47 std::vector<StringRef> exports; member
H A DMinGW.cpp174 const std::vector<Export> &exports) { in writeDefFile() argument
H A DConfig.h162 std::vector<Export> exports; global() member
H A DDriver.cpp933 std::vector<COFFShortExport> exports; createImportLibrary() local
[all...]
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp247 if (exports.count(reinterpret_cast<ClangModulesDeclVendor::ModuleID>(module))) in ReportModuleExportsHelper() argument
262 ReportModuleExports(ClangModulesDeclVendor::ModuleVector & exports,clang::Module * module) ReportModuleExports() argument
/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h364 const_filtered_symbol_range exports() const { return SymbolsSet->exports(); }; in exports() function
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h150 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports() function
/llvm-project/lld/MachO/
H A DSyntheticSections.h851 ExportSection *exports = nullptr; global() member
/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1022 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, InternalGetProcAddress() local
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3228 MachOObjectFile::exports(Error &E, ArrayRef<uint8_t> Trie, exports() function in MachOObjectFile
3242 iterator_range<export_iterator> MachOObjectFile::exports(Error &Err) const { exports() function in MachOObjectFile