Searched refs:weakImport (Results 1 – 3 of 3) sorted by relevance
290 bool weakImport() { return WeakImport; } in weakImport() function
3449 Flags = Target.weakImport() ? MachO::BIND_SYMBOL_FLAGS_WEAK_IMPORT : 0; in moveNext()
1296 outs() << " weak_import = " << Target.weakImport() << '\n'; in PrintChainedFixupTarget()