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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp218 const Target *getTarget(const char *ProgName) { function in namespace:__anon2851
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h108 const Target *getTarget() const { return TheTarget; } function in class:llvm::LLVMDisasmContext
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h118 const TargetInfo &getTarget() const { return Target; } function in class:clang::CodeGen::CodeGenTypes
H A DCodeGenModule.h686 const TargetInfo &getTarget() const { return Target; } function in class:clang::CodeGen::CodeGenModule
H A DTargetInfo.cpp203 const TargetInfo &ABIInfo::getTarget() const { function in class:ABIInfo
[all...]
H A DCodeGenFunction.h1669 const TargetInfo &getTarget() const { return Target; } function in class:clang::CodeGen::CodeGenFunction
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DTarget.cpp50 TargetInfo *getTarget() { function in namespace:lld::elf
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h159 const LLVMTargetMachine &getTarget() const { return TM; } function in class:llvm::MachineModuleInfo
H A DSelectionDAG.h424 const TargetMachine &getTarget() const { return TM; } function in class:llvm::SelectionDAG
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h109 const Target &getTarget() const { return TheTarget; } function in class:llvm::TargetMachine
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h516 const Expr *getTarget() const { return E; } function in class:clang::ento::IndirectGotoNodeBuilder
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h372 TargetInfo &getTarget() const { function in class:clang::CompilerInstance
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp466 static const Target *getTarget(const ObjectFile *Obj) { function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h84 Symbol &getTarget() const { return *Target; } function in class:llvm::jitlink::Edge
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2555 Expr *getTarget() { return reinterpret_cast<Expr *>(Target); } function in class:clang::IndirectGotoStmt
2556 const Expr *getTarget() const { function in class:clang::IndirectGotoStmt

Completed in 187 milliseconds