Home
last modified time | relevance | path

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

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