Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst169 Exports subsection
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h28 std::vector<COFFShortExport> Exports; member
H A DWasm.h283 std::vector<wasm::WasmExport> Exports; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp59 static void buildCluster(ArrayRef<SUnit *> Exports, ScheduleDAGInstrs *DAG) { in buildCluster()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp162 std::vector<CrossModuleExport> Exports; member
648 const DebugCrossModuleExportsSubsectionRef &Exports) { in fromCodeViewSubsection()
831 DebugCrossModuleExportsSubsectionRef &Exports, in visitCrossModuleExports()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp271 StringMap<std::pair<SymbolFlags, RecordLinkage>> Exports; in readSymbols() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp625 ArrayRef<COFFShortExport> Exports, in writeImportLibrary()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp704 SmallVector<Module *, 16> Exports; in setVisible() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h414 SmallVector<ExportDecl, 2> Exports; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h309 ExportInfo Exports; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp984 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()
1467 SmallVector<wasm::WasmExport, 4> Exports; in writeOneObject() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h364 std::vector<Export> Exports; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1061 auto &Exports = ExportLists[ModName]; in ComputeCrossModuleImport() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp956 DebugCrossModuleExportsSubsectionRef &Exports) -> Error { in dumpXme()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4307 SmallVector<Module *, 16> Exports; in makeModuleVisible() local