Home
last modified time | relevance | path

Searched defs:Exports (Results 1 – 25 of 25) sorted by relevance

/llvm-project/lld/docs/
H A DWebAssembly.rst173 Exports section in Behaviour
/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp117 parseModuleDefinition(StringRef DefFileName,MachineTypes Machine,bool AddUnderscores,std::vector<COFFShortExport> & Exports,std::string & OutputFile) parseModuleDefinition() argument
206 std::vector<COFFShortExport> Exports, NativeExports; dlltoolDriverMain() local
/llvm-project/llvm/unittests/TextAPI/
H A DTextStubV5Tests.cpp246 ExportedSymbolSeq Exports, Reexports, Undefineds; in TEST() local
515 ExportedSymbolSeq Exports; in TEST() local
1274 ExportedSymbolSeq Exports; TEST() local
1625 ExportedSymbolSeq Exports, Reexports, Undefineds; TEST() local
2013 ExportedSymbolSeq Exports, Reexports, Undefineds; TEST() local
2266 ExportedSymbolSeq Exports, Reexports, Undefineds; TEST() local
2434 ExportedSymbolSeq Exports; TEST() local
[all...]
H A DTextStubV3Tests.cpp104 ExportedSymbolSeq Exports; in TEST() local
190 ExportedSymbolSeq Exports; in TEST() local
H A DTextStubV1Tests.cpp96 ExportedSymbolSeq Exports; in TEST() local
H A DTextStubV4Tests.cpp112 ExportedSymbolSeq Exports, Reexports, Undefineds; in TEST() local
275 ExportedSymbolSeq Exports; in TEST() local
H A DTextStubV2Tests.cpp97 ExportedSymbolSeq Exports; in TEST() local
/llvm-project/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h28 std::vector<COFFShortExport> Exports; member
H A DWasm.h289 std::vector<wasm::WasmExport> Exports; variable
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp59 static void buildCluster(ArrayRef<SUnit *> Exports, ScheduleDAGInstrs *DAG) { in buildCluster()
/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h210 std::unique_ptr<SymbolSet> Exports = std::make_unique<SymbolSet>(); variable
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp648 Result->Exports.assign(Exports.begin(), Exports.end()); in fromCodeViewSubsection() argument
162 std::vector<CrossModuleExport> Exports; global() member
831 visitCrossModuleExports(DebugCrossModuleExportsSubsectionRef & Exports,const StringsAndChecksumsRef & State) visitCrossModuleExports() argument
[all...]
/llvm-project/clang/unittests/Format/
H A DSortImportsTestJS.cpp184 TEST_F(SortImportsTestJS, Exports) { in TEST_F() argument
/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp109 Exports, enumerator
640 TargetsToSymbols Exports = std::move(*ExportsOrErr); in parseToInterfaceFile() local
982 Array Exports = serializeSymbols(File->exports(), ActiveTargets); in serializeIF() local
H A DTextStub.cpp706 std::vector<ExportSection> Exports; member
953 SectionList Exports; member
/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp646 writeImportLibrary(StringRef ImportName,StringRef Path,ArrayRef<COFFShortExport> Exports,MachineTypes Machine,bool MinGW,ArrayRef<COFFShortExport> NativeExports) writeImportLibrary() argument
/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp273 StringMap<std::pair<SymbolFlags, RecordLinkage>> Exports; in readSymbols() local
/llvm-project/clang/lib/Basic/
H A DModule.cpp708 SmallVector<Module *, 16> Exports; setVisible() local
[all...]
/llvm-project/clang/include/clang/Basic/
H A DModule.h415 SmallVector<ExportDecl, 2> Exports; global() variable
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h309 ExportInfo Exports; global() member
/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp981 writeExportSection(ArrayRef<wasm::WasmExport> Exports) writeExportSection() argument
1460 SmallVector<wasm::WasmExport, 4> Exports; writeOneObject() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h364 std::vector<Export> Exports; member
/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1142 auto &Exports = ExportLists[ModName]; ComputeCrossModuleImport() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp956 DebugCrossModuleExportsSubsectionRef &Exports) -> Error { in dumpXme()
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4316 SmallVector<Module *, 16> Exports; makeModuleVisible() local