Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp97 const SelectionDAG &DAG, bool &IsAlias) { in computeAliasing() argument
H A DDAGCombiner.cpp27926 bool IsAlias; mayAlias() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp106 bool &IsAlias, in aliasIsKnownForLoadStore() argument
254 bool IsAlias; instMayAlias() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp347 bool IsAlias = Symbol != AliasedSymbol; writeNlist() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1524 bool Scanner::scanAliasOrAnchor(bool IsAlias) { in scanAliasOrAnchor()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h417 IsAlias = 1 << 6, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1091 bool IsAlias; parseAliasOrIFunc() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2642 VisitTypedefNameDecl(TypedefNameDecl * D,bool IsAlias) VisitTypedefNameDecl() argument