Home
last modified time | relevance | path

Searched refs:getTargetCIRGenInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h185 const TargetCIRGenInfo &getTargetCIRGenInfo();
H A DCIRGenTypes.cpp19 theABIInfo(cgm.getTargetCIRGenInfo().getABIInfo()) {} in CIRGenTypes()
H A DCIRGenCall.cpp289 } else if (cgm.getTargetCIRGenInfo().isNoProtoCallVariadic( in arrangeFreeFunctionLikeCall()
H A DCIRGenModule.cpp191 const TargetCIRGenInfo &CIRGenModule::getTargetCIRGenInfo() { in getTargetCIRGenInfo() function in CIRGenModule