Searched refs:ImportDescriptorPrefix (Results 1 – 3 of 3) sorted by relevance
30 constexpr std::string_view ImportDescriptorPrefix = "__IMPORT_DESCRIPTOR_"; variable
227 ImportDescriptorSymbolName((ImportDescriptorPrefix + Library).str()), in ObjectFactory()
730 return Name.starts_with(ImportDescriptorPrefix) || in isImportDescriptor()