/llvm-project/lld/test/MachO/ |
H A D | tapi-link.s | 92 exports: label 100 exports: label 108 exports: label 119 exports: label 133 exports: # Validate weak & thread-local symbols label
|
H A D | special-symbol-ld-previous.s | 83 exports: label 96 exports: label 115 exports: label
|
H A D | special-symbol-ld-hidden.s | 55 exports: label 71 exports: label 86 exports: label
|
H A D | application-extension.s | 65 exports: label 79 exports: label 112 exports: label
|
H A D | dylink-ordinal.s | 39 exports: label 55 exports: label
|
H A D | special-symbol-ld-install-name.s | 52 exports: label 65 exports: label
|
/llvm-project/lld/test/COFF/ |
H A D | edata.s | 35 exports: label
|
/llvm-project/lld/COFF/ |
H A D | Driver.h | 47 std::vector<StringRef> exports; member
|
H A D | MinGW.cpp | 174 const std::vector<Export> &exports) { in writeDefFile() argument
|
H A D | Config.h | 162 std::vector<Export> exports; global() member
|
H A D | Driver.cpp | 933 std::vector<COFFShortExport> exports; createImportLibrary() local [all...] |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 247 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 D | InterfaceFile.h | 364 const_filtered_symbol_range exports() const { return SymbolsSet->exports(); }; in exports() function
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | Wasm.h | 150 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports() function
|
/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 851 ExportSection *exports = nullptr; global() member
|
/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 1022 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, InternalGetProcAddress() local
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 3228 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
|