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

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 206 llvm::Function *fn = CGM.CreateGlobalInitOrDestructFunction(ty, FnName.str(),
259 llvm::Function *CodeGenModule::CreateGlobalInitOrDestructFunction(
340 CreateGlobalInitOrDestructFunction(FTy, FnName.str(),
440 llvm::Function *Fn = CreateGlobalInitOrDestructFunction(
470 llvm::Function *Fn = CreateGlobalInitOrDestructFunction(
488 CreateGlobalInitOrDestructFunction(FTy, "_GLOBAL__D_a", FI);
612 llvm::Function *fn = CGM.CreateGlobalInitOrDestructFunction(
CodeGenModule.h 693 CreateGlobalInitOrDestructFunction(llvm::FunctionType *ty, const Twine &name,
    [all...]
CGOpenMPRuntime.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 90 milliseconds