/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 137 const LLVMTargetMachine &getTarget() const { return TM; } getTarget() function
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 110 const TargetInfo &getTarget() const { return Target; } getTarget() function
|
H A D | ABIInfo.cpp | 30 const TargetInfo &ABIInfo::getTarget() const { return CGT.getTarget(); } in getTarget() function in ABIInfo
|
H A D | CodeGenModule.h | 754 const TargetInfo &getTarget() const { return Target; } getTarget() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | RecordsSlice.h | 34 const Target &getTarget() const { return TAPITarget; } in getTarget() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.h | 108 const Target *getTarget() const { return TheTarget; } in getTarget() function
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 50 TargetInfo *elf::getTarget() { in getTarget() function in elf
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 383 TargetInfo &getTarget() const { getTarget() function
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 242 const Target *getTarget(const char *ProgName) { getTarget() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 125 const Target &getTarget() const { return TheTarget; } getTarget() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CoreEngine.h | 525 const Expr *getTarget() const { return E; } in getTarget() function
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 321 const CodeGenTarget &getTarget() const override { return Target; } getTarget() function in __anonf99309250111::GlobalISelEmitter
|
H A D | GlobalISelCombinerEmitter.cpp | 2612 const CodeGenTarget &getTarget() const override { return Target; } getTarget() function in __anon0d4329740111::GICombinerEmitter
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 93 Symbol &getTarget() const { return *Target; } getTarget() function
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 397 static const Target *getTarget(const ObjectFile *Obj) { getTarget() function
|