Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandAlias.h47 bool IsAlias() override { return true; } in IsAlias() function
HDCommandObject.h154 virtual bool IsAlias() { return false; } in IsAlias() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGAddressAnalysis.cpp97 const SelectionDAG &DAG, bool &IsAlias) { in computeAliasing()
HDDAGCombiner.cpp28324 bool IsAlias; in mayAlias() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLoadStoreOpt.cpp106 bool &IsAlias, in aliasIsKnownForLoadStore()
262 bool IsAlias; in instMayAlias() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMachObjectWriter.cpp390 bool IsAlias = Symbol != AliasedSymbol; in writeNlist() local
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenSchedule.h54 bool IsAlias; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDYAMLParser.cpp1524 bool Scanner::scanAliasOrAnchor(bool IsAlias) { in scanAliasOrAnchor()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h424 IsAlias = 1 << 6, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp1170 bool IsAlias; in parseAliasOrIFunc() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp2690 ASTNodeImporter::VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias) { in VisitTypedefNameDecl()