Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h32 constexpr std::string_view NullThunkDataPrefix = "\x7f"; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp194 (NullThunkDataPrefix + Library + NullThunkDataSuffix).str()) {} in ObjectFactory()
H A DArchiveWriter.cpp683 (Name.starts_with(NullThunkDataPrefix) && in isImportDescriptor()