Home
last modified time | relevance | path

Searched defs:getTargetInfo (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lld/ELF/Arch/
H A DAArch64.cpp875 static TargetInfo *getTargetInfo() { in getTargetInfo() function
H A DX86_64.cpp1148 static TargetInfo *getTargetInfo() { in getTargetInfo() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1135 CodeGenTarget &getTargetInfo() { return Target; } in getTargetInfo() function
1136 const CodeGenTarget &getTargetInfo() const { return Target; } in getTargetInfo() function
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1809 static TargetInfo getTargetInfo(const Triple &TT) { in getTargetInfo() function
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1070 const TargetInfo &getTargetInfo() const { return *Target; } in getTargetInfo() function
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h442 const TargetInfo &getTargetInfo() const { return PP.getTargetInfo(); } in getTargetInfo() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h772 const TargetInfo &getTargetInfo() const { return *Target; } in getTargetInfo() function
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp778 TargetInfo *TypeSystemClang::getTargetInfo() { in getTargetInfo() function in TypeSystemClang