Searched defs:needsRenaming (Results 1 – 3 of 3) sorted by relevance
115 static bool needsRenaming(const Value &New) { in needsRenaming() function in llvm::orc::GlobalRenamer
217 static bool needsRenaming(const Value &New) { in needsRenaming() function in llvm::orc::GlobalRenamer
179 bool needsRenaming() const { return GlobalValue::isLocalLinkage(linkage()); } in needsRenaming() function