Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h93 StringRef ExportName) override {} in emitExportName() argument
H A DWebAssemblyTargetStreamer.cpp112 StringRef ExportName) { in emitExportName()
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp511 createShortImport(StringRef Sym,uint16_t Ordinal,ImportType ImportType,ImportNameType NameType,StringRef ExportName,MachineTypes Machine) createShortImport() argument
675 std::string ExportName; writeImportLibrary() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h26 std::optional<StringRef> ExportName; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h350 std::optional<StringRef> ExportName; // from the "export" section global() member
407 std::optional<StringRef> ExportName; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp908 auto ExportName = expectIdent(); parseDirective() local