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

  /external/clang/lib/CodeGen/
CGVTables.cpp 59 llvm::Function *ThunkFn, bool ForVTable,
61 CGM.setFunctionLinkage(GD, ThunkFn);
62 CGM.getCXXABI().setThunkLinkage(ThunkFn, ForVTable, GD,
67 setThunkVisibility(CGM, MD, Thunk, ThunkFn);
69 if (CGM.supportsCOMDAT() && ThunkFn->isWeakForLinker())
70 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName()));
451 llvm::Function *ThunkFn = cast<llvm::Function>(Entry);
455 if (!ThunkFn->isDeclaration()) {
461 setThunkProperties(CGM, Thunk, ThunkFn, ForVTable, GD)
    [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 428 milliseconds