Searched refs:CreateVTableBitSetEntry (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 955 CreateVTableBitSetEntry(BitsetsMD, VTable, in EmitVTableBitSetEntries()
|
D | CodeGenModule.h | 1121 void CreateVTableBitSetEntry(llvm::NamedMDNode *BitsetsMD,
|
D | MicrosoftCXXABI.cpp | 1526 CGM.CreateVTableBitSetEntry(BitsetsMD, VTable, AddressPoint, RD); in emitVTableBitSetEntries() 1532 CGM.CreateVTableBitSetEntry(BitsetsMD, VTable, AddressPoint, in emitVTableBitSetEntries() 1552 CGM.CreateVTableBitSetEntry(BitsetsMD, VTable, AddressPoint, DerivedRD); in emitVTableBitSetEntries() 1557 CGM.CreateVTableBitSetEntry(BitsetsMD, VTable, AddressPoint, RD); in emitVTableBitSetEntries()
|
D | CodeGenModule.cpp | 3932 void CodeGenModule::CreateVTableBitSetEntry(llvm::NamedMDNode *BitsetsMD, in CreateVTableBitSetEntry() function in CodeGenModule
|