Searched defs:TargetInfo (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp28 TargetInfo::TargetInfo(const llvm::Triple &T) : TargetOpts(), Triple(T) { function in class:TargetInfo
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp424 mergeTBAAInfoForCast(TBAAAccessInfo SourceInfo, TBAAAccessInfo TargetInfo) argument
H A DCodeGenModule.cpp890 mergeTBAAInfoForCast(TBAAAccessInfo SourceInfo, TBAAAccessInfo TargetInfo) argument
H A DCGExpr.cpp437 static bool isAAPCS(const TargetInfo &TargetInfo) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp276 struct TargetInfo { struct in namespace:llvm::objcopy
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp1671 checkModuleIsAvailable(const LangOptions &LangOpts, const TargetInfo &TargetInfo, DiagnosticsEngine &Diags, Module *M) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h187 class TargetInfo : public virtual TransferrableTargetInfo, class in namespace:clang
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1893 CXTargetInfo TargetInfo; local
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp4331 CXString clang_TargetInfo_getTriple(CXTargetInfo TargetInfo) { argument
4345 int clang_TargetInfo_getPointerWidth(CXTargetInfo TargetInfo) { argument
4357 void clang_TargetInfo_dispose(CXTargetInfo TargetInfo) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp10145 const TargetInfo &TargetInfo = S.Context.getTargetInfo(); local

Completed in 342 milliseconds