Searched refs:CreateOrReplaceCXXRuntimeVariable (Results 1 - 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
H A D | CGVTT.cpp | 122 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType,
|
H A D | CGVTables.cpp | 695 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType, Linkage);
|
H A D | CodeGenModule.h | 683 CreateOrReplaceCXXRuntimeVariable(StringRef Name, llvm::Type *Ty,
|
H A D | ItaniumCXXABI.cpp | 1582 VTable = CGM.CreateOrReplaceCXXRuntimeVariable( 2449 CGM.CreateOrReplaceCXXRuntimeVariable(Name, Init->getType(), Linkage);
|
H A D | CodeGenModule.cpp | 2070 CodeGenModule::CreateOrReplaceCXXRuntimeVariable(StringRef Name, function in class:CodeGenModule
|
H A D | MicrosoftCXXABI.cpp | 1975 CGM.CreateOrReplaceCXXRuntimeVariable(Name, VBTableType, Linkage);
|
Completed in 407 milliseconds