Home
last modified time | relevance | path

Searched defs:getTarget (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/lldb/utils/lui/
H A Ddebuggerdriver.py102 def getTarget(self): member in DebuggerDriver
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h141 const LLVMTargetMachine &getTarget() const { return TM; } in getTarget() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.h114 const TargetInfo &getTarget() const { return Target; } in getTarget() function
H A DCodeGenModule.h734 const TargetInfo &getTarget() const { return Target; } in getTarget() function
H A DTargetInfo.cpp224 const TargetInfo &ABIInfo::getTarget() const { in getTarget() function in ABIInfo
/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DCallGraph.h73 CallGraphNode *getTarget() const { return targetAndKind.getPointer(); } in getTarget() function
/llvm-project-15.0.7/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h108 const Target *getTarget() const { return TheTarget; } in getTarget() function
/llvm-project-15.0.7/lld/ELF/
H A DTarget.cpp50 TargetInfo *elf::getTarget() { in getTarget() function in elf
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h369 TargetInfo &getTarget() const { in getTarget() function
/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp236 const Target *getTarget(const char *ProgName) { in getTarget() function
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetMachine.h124 const Target &getTarget() const { return TheTarget; } in getTarget() function
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h523 const Expr *getTarget() const { return E; } in getTarget() function
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp60 static const Target *getTarget(const ObjectFile *Obj) { in getTarget() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h86 Symbol &getTarget() const { return *Target; } in getTarget() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2696 Expr *getTarget() { return reinterpret_cast<Expr *>(Target); } in getTarget() function
2697 const Expr *getTarget() const { in getTarget() function
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp354 static const Target *getTarget(const ObjectFile *Obj) { in getTarget() function
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp1731 ConversionTarget &getTarget() { return target; } in getTarget() function in __anonef530a330c11::OperationLegalizer