Home
last modified time | relevance | path

Searched refs:ImportDescriptorPrefix (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h30 constexpr std::string_view ImportDescriptorPrefix = "__IMPORT_DESCRIPTOR_"; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp227 ImportDescriptorSymbolName((ImportDescriptorPrefix + Library).str()), in ObjectFactory()
H A DArchiveWriter.cpp730 return Name.starts_with(ImportDescriptorPrefix) || in isImportDescriptor()