Home
last modified time | relevance | path

Searched defs:getTarget (Results 1 – 17 of 17) 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.h774 const TargetInfo &getTarget() const { return Target; } in getTarget() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h34 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/lld/ELF/
H A DTarget.cpp50 TargetInfo *elf::getTarget() { in getTarget() function in elf
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h145 const LLVMTargetMachine &getTarget() const { return TM; } in getTarget() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h407 TargetInfo &getTarget() const { in getTarget() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp276 const Target *getTarget(const char *ProgName) { in getTarget() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h124 const Target &getTarget() const { return TheTarget; } in getTarget() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h525 const Expr *getTarget() const { return E; } in getTarget() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelEmitter.cpp330 const CodeGenTarget &getTarget() const override { return Target; } in getTarget() function in __anon868ebc530111::GlobalISelEmitter
H A DGlobalISelCombinerEmitter.cpp2298 const CodeGenTarget &getTarget() const override { return Target; } in getTarget() function in __anon569e2aa20111::GICombinerEmitter
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1403 const llvm::Triple &getTarget() const { return Target; } in getTarget() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h94 Symbol &getTarget() const { return *Target; } in getTarget() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp513 static const Target *getTarget(const ObjectFile *Obj) { in getTarget() function