HomeSort by: relevance | last modified time | path
    Searched refs:ThunkFnTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 521 llvm::FunctionType *ThunkFnTy = CGM.getTypes().GetFunctionType(FnInfo);
526 if (ThunkFn->getFunctionType() != ThunkFnTy) {
533 ThunkFn = llvm::Function::Create(ThunkFnTy, llvm::Function::ExternalLinkage,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 1503 FunctionType *ThunkFnTy = FunctionType::get(
1507 auto *ThunkFn = Function::Create(ThunkFnTy,

Completed in 21 milliseconds