Home
last modified time | relevance | path

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

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