OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getABIInfo
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.h
117
const ABIInfo &
getABIInfo
() const { return TheABIInfo; }
TargetInfo.h
53
///
getABIInfo
() - Returns ABI info helper for the target.
54
const ABIInfo &
getABIInfo
() const { return *Info; }
TargetInfo.cpp
2427
const X86_64ABIInfo &
getABIInfo
() const {
2428
return static_cast<const X86_64ABIInfo&>(TargetCodeGenInfo::
getABIInfo
());
2467
if (
getABIInfo
().isPassedUsingAVXType(it->Ty)) {
6268
const ARMABIInfo &
getABIInfo
() const {
6269
return static_cast<const ARMABIInfo&>(TargetCodeGenInfo::
getABIInfo
());
6290
if (
getABIInfo
().isEABI()) return 88;
6320
ARMABIInfo::ABIKind ABI = cast<ARMABIInfo>(
getABIInfo
()).getABIKind();
6962
return llvm::Type::getInt64Ty(
getABIInfo
().getVMContext());
6968
return llvm::Type::getInt64Ty(
getABIInfo
().getVMContext());
9060
getABIInfo
().getDataLayout().getAllocaAddrSpace())
[
all
...]
CodeGenTypes.cpp
34
TheABIInfo(cgm.getTargetCodeGenInfo().
getABIInfo
()) {
SwiftCallingConv.cpp
23
return cast<SwiftABIInfo>(CGM.getTargetCodeGenInfo().
getABIInfo
());
CGCall.cpp
779
getABIInfo
().computeInfo(*FI);
5514
return CGM.getTypes().
getABIInfo
().EmitMSVAArg(*this, VAListAddr, Ty);
5515
return CGM.getTypes().
getABIInfo
().EmitVAArg(*this, VAListAddr, Ty);
CodeGenModule.cpp
137
RuntimeCC = getTargetCodeGenInfo().
getABIInfo
().getRuntimeCC();
CGBuiltin.cpp
6370
getTargetHooks().
getABIInfo
().allowBFloatArgsAndRet();
Completed in 102 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026