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

  /external/clang/lib/CodeGen/
CGVTT.cpp 117 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType,
CGVTables.cpp 635 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType,
699 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType, Linkage);
    [all...]
CGRTTI.cpp 128 CGM.CreateOrReplaceCXXRuntimeVariable(Name, Init->getType(), Linkage);
    [all...]
CodeGenModule.h 552 /// CreateOrReplaceCXXRuntimeVariable - Will return a global variable of the given
557 CreateOrReplaceCXXRuntimeVariable(StringRef Name, llvm::Type *Ty,
    [all...]
CodeGenModule.cpp     [all...]

Completed in 81 milliseconds