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

  /external/clang/lib/CodeGen/
CGCXX.cpp 226 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
289 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
CodeGenModule.cpp 778 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GlobalDecl(),
    [all...]
CodeGenModule.h 865 llvm::Constant *GetOrCreateLLVMFunction(StringRef MangledName,
    [all...]
CGVTables.cpp 76 return GetOrCreateLLVMFunction(Name, Ty, GD, /*ForVTable=*/true);
CGBuiltin.cpp 50 return GetOrCreateLLVMFunction(Name, Ty, D, /*ForVTable=*/false);
    [all...]

Completed in 45 milliseconds