Home
last modified time | relevance | path

Searched defs:Export (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h47 Export, enumerator
54 struct Export { struct
71 ExportSource source = ExportSource::Unset; argument
75 bool operator==(const Export &e) const { argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DIPO.h55 Export, ///< Export information to summary. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h59 struct Export { struct
61 ExportKind Kind; argument
62 uint32_t Index;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h59 if (auto *Export = D->getAttr<DLLExportAttr>()) in getDLLAttr() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp132 OffsetNamePair &Export = *I; in addCoffExportSymbols() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp339 auto Export = json::Object( in renderRoot() local
H A DCodeCoverage.cpp68 Export enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp233 llvm::Error TraceHTR::Export(std::string outfile) { in Export() function in TraceHTR
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp165 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, ExportSym &Export) { in visitKnownRecord()
H A DSymbolDumper.cpp228 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, ExportSym &Export) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp431 for (const WasmYAML::Export &Export : Section.Exports) { in writeSectionContent() local
H A DWasmYAML.cpp411 WasmYAML::Export &Export) { in mapping()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp992 for (const wasm::WasmExport &Export : Exports) { in writeExportSection() local
1608 wasm::WasmExport Export; in writeOneObject() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp643 bool Export = false; in lexModule() local
H A DModuleMap.cpp1398 Module::ExportDecl Export = resolveExport(Mod, UE, Complain); in resolveExports() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp535 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, ExportSym &Export) { in visitKnownRecord()
H A DDumpOutputStyle.cpp958 for (const auto &Export : Exports) { in dumpXme() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h283 Export, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1876 DictScope Export(W, "Export"); in printCOFFExports() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h718 enum { Import, Export, Conflict, Affecting } Kind; enumerator