Home
last modified time | relevance | path

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

/llvm-project/lldb/utils/lui/
H A Ddebuggerdriver.py106 def getTarget(self): member in DebuggerDriver
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h110 const TargetInfo &getTarget() const { return Target; } getTarget() function
H A DABIInfo.cpp30 const TargetInfo &ABIInfo::getTarget() const { return CGT.getTarget(); } in getTarget() function in ABIInfo
H A DCodeGenModule.h771 const TargetInfo &getTarget() const { return Target; } getTarget() function
/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h34 const Target &getTarget() const { return TAPITarget; } in getTarget() function
/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h108 const Target *getTarget() const { return TheTarget; } in getTarget() function
/llvm-project/lld/ELF/
H A DTarget.cpp50 TargetInfo *elf::getTarget() { getTarget() function in elf
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h137 const LLVMTargetMachine &getTarget() const { return TM; } getTarget() function
/llvm-project/mlir/include/mlir/Analysis/
H A DCallGraph.h73 CallGraphNode *getTarget() const { return targetAndKind.getPointer(); } in getTarget() function
/llvm-project/mlir/lib/Target/LLVM/NVVM/
H A DTarget.cpp119 NVVMTargetAttr SerializeGPUModuleBase::getTarget() const { return target; } getTarget() function in SerializeGPUModuleBase
/llvm-project/mlir/lib/Target/LLVM/ROCDL/
H A DTarget.cpp127 ROCDLTargetAttr SerializeGPUModuleBase::getTarget() const { return target; } getTarget() function in SerializeGPUModuleBase
/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp276 const Target *getTarget(const char *ProgName) { in getTarget() function
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h407 TargetInfo &getTarget() const { getTarget() function
/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h124 const Target &getTarget() const { return TheTarget; } getTarget() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h525 const Expr *getTarget() const { return E; } getTarget() function
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp69 static const Target *getTarget(const ObjectFile *Obj) { in getTarget() function
/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp330 const CodeGenTarget &getTarget() const override { return Target; } getTarget() function in __anoned331f060111::GlobalISelEmitter
H A DGlobalISelCombinerEmitter.cpp2298 const CodeGenTarget &getTarget() const override { return Target; } getTarget() function in __anon378790550111::GICombinerEmitter
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h94 Symbol &getTarget() const { return *Target; } in getTarget() function
/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1403 const llvm::Triple &getTarget() const { return Target; } getTarget() function
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp513 static const Target *getTarget(const ObjectFile *Obj) { getTarget() function
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp1793 const ConversionTarget &getTarget() { return target; } getTarget() function in __anonc8dd03f60b11::OperationLegalizer