Searched defs:GetAddrOfFunction (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1545 /// GetAddrOfFunction - Return the address of the given function. If Ty is
1548 llvm::Constant *CodeGenModule::GetAddrOfFunction(GlobalDecl GD, function in class:CodeGenModule
2257 GetAddrOfFunction(GD, Ty, /*ForVTable=*/false, /*DontDefer*/ true);
2284 // doesn't interfere with GetAddrOfFunction.
2286 auto *NewFn = cast<llvm::Function>(GetAddrOfFunction(GD, Ty));

Completed in 170 milliseconds