Home
last modified time | relevance | path

Searched defs:IsAlias (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h47 bool IsAlias() override { return true; } in IsAlias() function
H A DCommandObject.h154 virtual bool IsAlias() { return false; } in IsAlias() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp97 const SelectionDAG &DAG, bool &IsAlias) { in computeAliasing()
H A DDAGCombiner.cpp28324 bool IsAlias; in mayAlias() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp106 bool &IsAlias, in aliasIsKnownForLoadStore()
262 bool IsAlias; in instMayAlias() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp390 bool IsAlias = Symbol != AliasedSymbol; in writeNlist() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h54 bool IsAlias; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1506 scanAliasOrAnchor(bool IsAlias) scanAliasOrAnchor() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h424 IsAlias = 1 << 6, enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1170 bool IsAlias; in parseAliasOrIFunc() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2690 ASTNodeImporter::VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias) { in VisitTypedefNameDecl()