HomeSort by relevance Sort by last modified time
    Searched refs:CreateOrReplaceCXXRuntimeVariable (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CGVTT.cpp 117 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType,
MicrosoftVBTables.cpp 184 CGM.CreateOrReplaceCXXRuntimeVariable(Name, VBTableType,
CGVTables.cpp 654 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType,
718 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType, Linkage);
    [all...]
CGRTTI.cpp 128 CGM.CreateOrReplaceCXXRuntimeVariable(Name, Init->getType(), Linkage);
    [all...]
CodeGenModule.h 594 /// CreateOrReplaceCXXRuntimeVariable - Will return a global variable of the
599 CreateOrReplaceCXXRuntimeVariable(StringRef Name, llvm::Type *Ty,
    [all...]
CodeGenModule.cpp     [all...]

Completed in 59 milliseconds