Home
last modified time | relevance | path

Searched refs:getAliasList (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp482 ParentModule->getAliasList().push_back(this); in GlobalAlias()
514 getParent()->getAliasList().remove(getIterator()); in removeFromParent()
518 getParent()->getAliasList().erase(getIterator()); in eraseFromParent()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h564 const AliasListType &getAliasList() const { return AliasList; } in getAliasList() function
566 AliasListType &getAliasList() { return AliasList; } in getAliasList() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp398 for (llvm::GlobalAlias &global_alias : m_module->getAliasList()) { in GetRunnableInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2482 M.getAliasList().erase(J); in OptimizeGlobalAliases()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1065 M->getAliasList().push_back(cast<GlobalAlias>(GA.get())); in parseIndirectSymbol()