Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h104 const TargetInfo &getTarget() const { return Target; } in getTarget() function
H A DABIInfo.cpp30 const TargetInfo &ABIInfo::getTarget() const { return CGT.getTarget(); } in getTarget() function in ABIInfo
H A DCodeGenModule.h835 const TargetInfo &getTarget() const { return Target; } in getTarget() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h125 const TargetMachine &getTarget() const { return TM; } in getTarget() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h35 const Target &getTarget() const { return TAPITarget; } in getTarget() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h108 const Target *getTarget() const { return TheTarget; } in getTarget() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h97 const clang::TargetInfo &getTarget() const { return target; } in getTarget() function
H A DCIRGenFunction.h129 const TargetInfo &getTarget() const { return cgm.getTarget(); } in getTarget() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h393 TargetInfo &getTarget() const { in getTarget() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp295 const Target *getTarget(const char *ProgName) { in getTarget() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h507 const Expr *getTarget() const { return E; } in getTarget() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h130 const Target &getTarget() const { return TheTarget; } in getTarget() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelEmitter.cpp331 const CodeGenTarget &getTarget() const override { return Target; } in getTarget() function in __anon868ebc530111::GlobalISelEmitter
H A DGlobalISelCombinerEmitter.cpp2424 const CodeGenTarget &getTarget() const override { return Target; } in getTarget() function in __anon569e2aa20111::GICombinerEmitter
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1430 const llvm::Triple &getTarget() const { return Target; } in getTarget() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h95 Symbol &getTarget() const { return *Target; } in getTarget() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp512 static const Target *getTarget(const ObjectFile *Obj) { in getTarget() function