Home
last modified time | relevance | path

Searched defs:ExportName (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp112 StringRef ExportName) { in emitExportName()
H A DWebAssemblyTargetStreamer.h93 StringRef ExportName) override {} in emitExportName()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp546 StringRef ExportName, MachineTypes Machine) { in createShortImport()
715 std::string ExportName; in writeImportLibrary() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h27 std::optional<StringRef> ExportName; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h391 std::optional<StringRef> ExportName; // from the "export" section member
454 std::optional<StringRef> ExportName; member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp896 auto ExportName = expectIdent(); in parseDirective() local