Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenRecordLayoutBuilder.cpp158 cirGenTypes.getCGModule().errorNYI(recordDecl->getSourceRange(), in getStorageType()
213 dataLayout(cirGenTypes.getCGModule().getModule()), in CIRRecordLowering()
407 cirGenTypes.getCGModule().errorNYI( in accumulateBitFields()
438 } else if (cirGenTypes.getCGModule() in accumulateBitFields()
442 cirGenTypes.getCGModule().errorNYI(field->getSourceRange(), in accumulateBitFields()
745 cirGenTypes.getCGModule().errorNYI(recordDecl->getSourceRange(), in lowerUnion()
773 !cirGenTypes.getCGModule().getCodeGenOpts().AAPCSBitfieldWidth) in computeVolatileBitfields()
782 cirGenTypes.getCGModule().errorNYI(recordDecl->getSourceRange(), in accumulateBases()
789 cirGenTypes.getCGModule().errorNYI(recordDecl->getSourceRange(), in accumulateBases()
807 cirGenTypes.getCGModule().errorNYI(recordDecl->getSourceRange(), in accumulateVPtrs()
[all …]
H A DCIRGenTypes.h82 CIRGenModule &getCGModule() const { return cgm; } in getCGModule() function
H A DCIRGenTypes.cpp158 cgt.getCGModule().errorNYI(rd->getSourceRange(), in isSafeToConvert()
H A DCIRGenCall.cpp155 cgt.getCGModule().errorNYI("appendParameterTypes: hasExtParameterInfos"); in appendParameterTypes()