Home
last modified time | relevance | path

Searched defs:needsRenaming (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteKeywords.cpp271 bool needsRenaming(const TField &field, bool recursive) const in needsRenaming() function in __anonee6fe59a0111::Rewriter
276 bool needsRenaming(const TFieldList &fieldList, bool recursive) const in needsRenaming() function in __anonee6fe59a0111::Rewriter
289 bool needsRenaming(const TFunction &function, bool recursive) const in needsRenaming() function in __anonee6fe59a0111::Rewriter
314 bool needsRenaming(const TInterfaceBlock &interfaceBlock, bool recursive) const in needsRenaming() function in __anonee6fe59a0111::Rewriter
320 bool needsRenaming(const TStructure &structure, bool recursive) const in needsRenaming() function in __anonee6fe59a0111::Rewriter
326 bool needsRenaming(const TType &type, bool recursive) const in needsRenaming() function in __anonee6fe59a0111::Rewriter
342 bool needsRenaming(const TVariable &variable, bool recursive) const in needsRenaming() function in __anonee6fe59a0111::Rewriter
/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp115 static bool needsRenaming(const Value &New) { in needsRenaming() function in llvm::orc::GlobalRenamer
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h179 bool needsRenaming() const { return GlobalValue::isLocalLinkage(linkage()); } in needsRenaming() function