Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h1110 llvm::ConstantInt *CreateCfiIdForTypeMetadata(llvm::Metadata *MD);
DCodeGenModule.cpp749 CodeGenModule::CreateCfiIdForTypeMetadata(llvm::Metadata *MD) { in CreateCfiIdForTypeMetadata() function in CodeGenModule
988 if (auto TypeId = CreateCfiIdForTypeMetadata(MD)) { in CreateFunctionBitSetEntry()
3945 if (auto TypeId = CreateCfiIdForTypeMetadata(MD)) { in CreateVTableBitSetEntry()
DCGClass.cpp2565 if (auto TypeId = CGM.CreateCfiIdForTypeMetadata(MD)) { in EmitVTablePtrCheck()
DCGExpr.cpp3862 auto TypeId = CGM.CreateCfiIdForTypeMetadata(MD); in EmitCall()