Home
last modified time | relevance | path

Searched refs:IsAlias (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h50 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 DAsmMatcherEmitter.cpp584 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 DCodeGenSchedule.cpp685 getSchedRW(AliasDef).IsAlias = true; in collectSchedRW()
688 if (RW.IsAlias) in collectSchedRW()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandAlias.cpp200 return GetUnderlyingCommand()->IsAlias(); in IsNestedAlias()
209 if (underlying->IsAlias()) { in Desugar()
H A DCommandInterpreter.cpp1386 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 DMachObjectWriter.cpp345 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 DCommandAlias.h48 bool IsAlias() override { return true; } in IsAlias() function
H A DCommandObject.h149 virtual bool IsAlias() { return false; } in IsAlias() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectHelp.cpp119 if (sub_cmd_obj->IsAlias()) in DoExecute()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h406 IsAlias = 1 << 6, enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp66 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAlias),
/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp477 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 DLLParser.cpp860 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 DMinimalSymbolDumper.cpp41 PUSH_FLAG(LocalSymFlags, IsAlias, Flags, "alias"); in formatLocalSymFlags()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp461 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()