Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h64 const TargetMachine &getTarget() const { return TM; } in getTarget() function
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h113 const Target *getTarget() const { return TheTarget; } in getTarget() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h92 const Target &getTarget() const { return TheTarget; } in getTarget() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h173 const TargetInfo &getTarget() const { return Target; } in getTarget() function
H A DCodeGenModule.h606 const TargetInfo &getTarget() const { return Target; } in getTarget() function
H A DCodeGenFunction.h1100 const TargetInfo &getTarget() const { return Target; } in getTarget() function
H A DTargetInfo.cpp97 const TargetInfo &ABIInfo::getTarget() const { in getTarget() function in ABIInfo
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h329 TargetInfo &getTarget() const { in getTarget() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h482 const Expr *getTarget() const { return E; } in getTarget() function
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp163 static const Target *getTarget(const ObjectFile *Obj = nullptr) { in getTarget() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h1262 Expr *getTarget() { return reinterpret_cast<Expr*>(Target); } in getTarget() function
1263 const Expr *getTarget() const {return reinterpret_cast<const Expr*>(Target);} in getTarget() function