Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h137 const LLVMTargetMachine &getTarget() const { return TM; } in getTarget() function
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Ddebuggerdriver.py102 def getTarget(self): member in DebuggerDriver
/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.cpp50 TargetInfo *elf::getTarget() { in getTarget() function in elf
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.h115 const TargetInfo &getTarget() const { return Target; } in getTarget() function
H A DCodeGenModule.h744 const TargetInfo &getTarget() const { return Target; } in getTarget() function
H A DTargetInfo.cpp229 const TargetInfo &ABIInfo::getTarget() const { in getTarget() function in ABIInfo
/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h108 const Target *getTarget() const { return TheTarget; } in getTarget() function
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h371 TargetInfo &getTarget() const { in getTarget() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp242 const Target *getTarget(const char *ProgName) { in getTarget() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetMachine.h125 const Target &getTarget() const { return TheTarget; } in getTarget() function
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h529 const Expr *getTarget() const { return E; } in getTarget() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp64 static const Target *getTarget(const ObjectFile *Obj) { in getTarget() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h88 Symbol &getTarget() const { return *Target; } in getTarget() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2708 Expr *getTarget() { return reinterpret_cast<Expr *>(Target); } in getTarget() function
2709 const Expr *getTarget() const { in getTarget() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp369 static const Target *getTarget(const ObjectFile *Obj) { in getTarget() function