| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 90 const SelectionDAG &DAG, bool &IsAlias) { in computeAliasing() argument 110 IsAlias = !(*NumBytes0 <= PtrDiff); in computeAliasing() 118 IsAlias = !((PtrDiff + *NumBytes1) <= 0); in computeAliasing() 134 IsAlias = false; in computeAliasing() 151 IsAlias = false; in computeAliasing()
|
| H A D | DAGCombiner.cpp | 23064 bool IsAlias; in isAlias() local 23066 DAG, IsAlias)) in isAlias() 23067 return IsAlias; in isAlias()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.h | 51 bool IsAlias; member 59 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false), in CodeGenSchedRW() 62 : Index(Idx), TheDef(Def), IsAlias(false), IsVariadic(false) { in CodeGenSchedRW() 77 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false), in CodeGenSchedRW() 87 assert((!IsAlias || Aliases.empty()) && "Alias cannot have aliases"); in isValid()
|
| H A D | AsmMatcherEmitter.cpp | 583 bool validate(StringRef CommentDelimiter, bool IsAlias) const; 1050 bool MatchableInfo::validate(StringRef CommentDelimiter, bool IsAlias) const { in validate() 1086 if (!IsAlias && TheDef->getValueAsString("AsmMatchConverter").empty() && in validate()
|
| H A D | CodeGenSchedule.cpp | 679 getSchedRW(AliasDef).IsAlias = true; in collectSchedRW() 682 if (RW.IsAlias) in collectSchedRW()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 199 return GetUnderlyingCommand()->IsAlias(); in IsNestedAlias() 208 if (underlying->IsAlias()) { in Desugar()
|
| H A D | CommandInterpreter.cpp | 1432 if (!alias_cmd_obj || !alias_cmd_obj->IsAlias()) { in BuildAliasResult() 3123 (!is_alias) || (cmd_obj != nullptr && !cmd_obj->IsAlias()); in ResolveCommandImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 47 bool IsAlias() override { return true; } in IsAlias() function
|
| H A D | CommandObject.h | 150 virtual bool IsAlias() { return false; } in IsAlias() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 346 bool IsAlias = Symbol != AliasedSymbol; in writeNlist() local 350 if (IsAlias) { in writeNlist() 361 if (IsAlias && Symbol->isUndefined()) in writeNlist() 376 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist() 380 if (IsAlias && Symbol->isUndefined()) in writeNlist() 399 IsAlias && cast<MCSymbolMachO>(OrigSymbol).isAltEntry(); in writeNlist()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGAddressAnalysis.h | 84 const SelectionDAG &DAG, bool &IsAlias);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 112 if (sub_cmd_obj->IsAlias()) in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 412 IsAlias = 1 << 6, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 469 bool scanAliasOrAnchor(bool IsAlias); 1485 bool Scanner::scanAliasOrAnchor(bool IsAlias) { in scanAliasOrAnchor() argument 1508 T.Kind = IsAlias ? Token::TK_Alias : Token::TK_Anchor; in scanAliasOrAnchor()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 83 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAlias),
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 935 bool IsAlias; in parseIndirectSymbol() local 937 IsAlias = true; in parseIndirectSymbol() 939 IsAlias = false; in parseIndirectSymbol() 946 if(IsAlias && !GlobalAlias::isValidLinkage(Linkage)) in parseIndirectSymbol() 983 if (IsAlias && !PTy->isOpaqueOrPointeeTypeMatches(Ty)) { in parseIndirectSymbol() 991 if (!IsAlias && !PTy->getElementType()->isFunctionTy()) { in parseIndirectSymbol() 1018 if (IsAlias) in parseIndirectSymbol() 1064 if (IsAlias) in parseIndirectSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 40 PUSH_FLAG(LocalSymFlags, IsAlias, Flags, "alias"); in formatLocalSymFlags()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 502 ExpectedDecl VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias); 2497 ASTNodeImporter::VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias) { in VisitTypedefNameDecl() argument 2568 if (IsAlias) { in VisitTypedefNameDecl() 2589 TypeAliasDecl *FromAlias = IsAlias ? cast<TypeAliasDecl>(D) : nullptr; in VisitTypedefNameDecl()
|