Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h137 const LLVMTargetMachine &getTarget() const { return TM; } getTarget() function
/freebsd-src/contrib/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.h754 const TargetInfo &getTarget() const { return Target; } getTarget() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h34 const Target &getTarget() const { return TAPITarget; } in getTarget() function
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h108 const Target *getTarget() const { return TheTarget; } in getTarget() function
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DTarget.cpp50 TargetInfo *elf::getTarget() { in getTarget() function in elf
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h383 TargetInfo &getTarget() const { getTarget() function
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp242 const Target *getTarget(const char *ProgName) { getTarget() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h125 const Target &getTarget() const { return TheTarget; } getTarget() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h525 const Expr *getTarget() const { return E; } in getTarget() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp321 const CodeGenTarget &getTarget() const override { return Target; } getTarget() function in __anonf99309250111::GlobalISelEmitter
H A DGlobalISelCombinerEmitter.cpp2612 const CodeGenTarget &getTarget() const override { return Target; } getTarget() function in __anon0d4329740111::GICombinerEmitter
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h93 Symbol &getTarget() const { return *Target; } getTarget() function
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp397 static const Target *getTarget(const ObjectFile *Obj) { getTarget() function