| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.h | 50 bool IsAlias; member 58 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false), in CodeGenSchedRW() 61 : Index(Idx), TheDef(Def), IsAlias(false), IsVariadic(false) { in CodeGenSchedRW() 76 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false), in CodeGenSchedRW() 86 assert((!IsAlias || Aliases.empty()) && "Alias cannot have aliases"); in isValid()
|
| H A D | AsmMatcherEmitter.cpp | 584 bool validate(StringRef CommentDelimiter, bool IsAlias) const; 1052 bool MatchableInfo::validate(StringRef CommentDelimiter, bool IsAlias) const { in validate() 1087 if (!IsAlias && Tok[0] == '$' && !OperandNames.insert(Tok).second) { in validate()
|
| H A D | CodeGenSchedule.cpp | 685 getSchedRW(AliasDef).IsAlias = true; in collectSchedRW() 688 if (RW.IsAlias) in collectSchedRW()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 200 return GetUnderlyingCommand()->IsAlias(); in IsNestedAlias() 209 if (underlying->IsAlias()) { in Desugar()
|
| H A D | CommandInterpreter.cpp | 1386 if (!alias_cmd_obj || !alias_cmd_obj->IsAlias()) { in BuildAliasResult() 3031 (!is_alias) || (cmd_obj != nullptr && !cmd_obj->IsAlias()); in ResolveCommandImpl()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 345 bool IsAlias = Symbol != AliasedSymbol; in writeNlist() local 349 if (IsAlias) { in writeNlist() 360 if (IsAlias && Symbol->isUndefined()) in writeNlist() 375 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist() 379 if (IsAlias && Symbol->isUndefined()) in writeNlist() 398 IsAlias && cast<MCSymbolMachO>(OrigSymbol).isAltEntry(); in writeNlist()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 48 bool IsAlias() override { return true; } in IsAlias() function
|
| H A D | CommandObject.h | 149 virtual bool IsAlias() { return false; } in IsAlias() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 119 if (sub_cmd_obj->IsAlias()) in DoExecute()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 406 IsAlias = 1 << 6, enumerator
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 66 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAlias),
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 477 bool scanAliasOrAnchor(bool IsAlias); 1406 bool Scanner::scanAliasOrAnchor(bool IsAlias) { in scanAliasOrAnchor() argument 1429 T.Kind = IsAlias ? Token::TK_Alias : Token::TK_Anchor; in scanAliasOrAnchor()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 860 bool IsAlias; in parseIndirectSymbol() local 862 IsAlias = true; in parseIndirectSymbol() 864 IsAlias = false; in parseIndirectSymbol() 871 if(IsAlias && !GlobalAlias::isValidLinkage(Linkage)) in parseIndirectSymbol() 908 if (IsAlias && Ty != PTy->getElementType()) in parseIndirectSymbol() 913 if (!IsAlias && !PTy->getElementType()->isFunctionTy()) in parseIndirectSymbol() 938 if (IsAlias) in parseIndirectSymbol() 969 if (IsAlias) in parseIndirectSymbol()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 41 PUSH_FLAG(LocalSymFlags, IsAlias, Flags, "alias"); in formatLocalSymFlags()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 461 ExpectedDecl VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias); 2276 ASTNodeImporter::VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias) { in VisitTypedefNameDecl() argument 2334 if (IsAlias) { in VisitTypedefNameDecl() 2348 TypeAliasDecl *FromAlias = IsAlias ? cast<TypeAliasDecl>(D) : nullptr; in VisitTypedefNameDecl()
|