Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h34 constexpr std::string_view NullThunkDataSuffix = "_NULL_THUNK_DATA"; variable
/src/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp229 (NullThunkDataPrefix + Library + NullThunkDataSuffix).str()) {} in ObjectFactory()
H A DArchiveWriter.cpp733 Name.ends_with(NullThunkDataSuffix)); in isImportDescriptor()