Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h30 std::string ImportName; member
H A DCOFFImportFile.h105 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.cpp219 StringRef ImportName; member in llvm::object::__anonbd4e744f0211::ObjectFactory
659 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.h26 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.cpp926 auto ImportName = expectIdent(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h452 std::optional<StringRef> ImportName; member