Home
last modified time | relevance | path

Searched defs:getCXXABI (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp18 CGCXXABI &ABIInfo::getCXXABI() const { return CGT.getCXXABI(); } in getCXXABI() function in ABIInfo
H A DCodeGenTypes.cpp45 CGCXXABI &CodeGenTypes::getCXXABI() const { return getCGM().getCXXABI(); } in getCXXABI() function in CodeGenTypes
H A DCodeGenModule.h780 CGCXXABI &getCXXABI() const { return *ABI; } in getCXXABI() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1327 TargetCXXABI getCXXABI() const { in getCXXABI() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp727 TargetCXXABI getCXXABI() const { in getCXXABI() function in __anonbcc347f50111::ItaniumRecordLayoutBuilder