Home
last modified time | relevance | path

Searched defs:ImportName (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h30 std::string ImportName; member
H A DMachO.h106 const char *ImportName = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp106 StringRef ImportName) { in emitImportName()
H A DWebAssemblyTargetStreamer.h91 StringRef ImportName) override {} in emitImportName()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp184 StringRef ImportName; member in llvm::object::__anon0d0e76170211::ObjectFactory
624 Error writeImportLibrary(StringRef ImportName, StringRef Path, in writeImportLibrary()
H A DMachOObjectFile.cpp2982 const char* ImportName = Stack.back().ImportName; in otherName() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h25 std::optional<StringRef> ImportName; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h113 std::string ImportName; member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp938 auto ImportName = expectIdent(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h405 std::optional<StringRef> ImportName; member