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

  /external/clang/lib/CodeGen/
CGVTables.cpp 35 const ThunkInfo &Thunk) {
43 Thunk.This, Out);
45 getCXXABI().getMangleContext().mangleThunk(MD, Thunk, Out);
100 const ThunkInfo &Thunk, llvm::Function *Fn) {
106 // If the thunk has weak/linkonce linkage, but the function must be
158 const ThunkInfo &Thunk) {
179 Thunk.Return.NonVirtual,
180 Thunk.Return.VBaseOffsetOffset,
212 // no-op thunk for the regular definition) call va_start/va_end.
218 GlobalDecl GD, const ThunkInfo &Thunk) {
    [all...]
CGVTables.h 55 /// EmitThunk - Emit a single thunk.
56 void EmitThunk(GlobalDecl GD, const ThunkInfo &Thunk,
59 /// MaybeEmitThunkAvailableExternally - Try to emit the given thunk with
63 void MaybeEmitThunkAvailableExternally(GlobalDecl GD, const ThunkInfo &Thunk);
CodeGenModule.h 588 /// GetAddrOfThunk - Get the address of the thunk for the given global decl.
589 llvm::Constant *GetAddrOfThunk(GlobalDecl GD, const ThunkInfo &Thunk);
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
ItaniumMangle.cpp 122 const ThunkInfo &Thunk,
    [all...]
MicrosoftMangle.cpp 139 const ThunkInfo &Thunk,
    [all...]
  /external/clang/include/clang/AST/
Mangle.h 102 const ThunkInfo &Thunk,

Completed in 148 milliseconds