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 62 const ThunkInfo &Thunk) {
70 Thunk.This, Out);
72 getCXXABI().getMangleContext().mangleThunk(MD, Thunk, Out);
123 const ThunkInfo &Thunk, llvm::Function *Fn) {
129 // If the thunk has weak/linkonce linkage, but the function must be
182 const ThunkInfo &Thunk) {
203 Thunk.Return.NonVirtual,
204 Thunk.Return.VBaseOffsetOffset);
235 // no-op thunk for the regular definition) call va_start/va_end.
241 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 495 /// GetAddrOfThunk - Get the address of the thunk for the given global decl.
496 llvm::Constant *GetAddrOfThunk(GlobalDecl GD, const ThunkInfo &Thunk);
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
ItaniumMangle.cpp 97 const ThunkInfo &Thunk,
    [all...]
MicrosoftMangle.cpp 85 const ThunkInfo &Thunk,
793 // ::= G # private: thunk near
794 // ::= H # private: thunk far
801 // ::= O # protected: thunk near
802 // ::= P # protected: thunk far
809 // ::= W # public: thunk near
810 // ::= X # public: thunk far
    [all...]
  /external/clang/include/clang/AST/
Mangle.h 100 const ThunkInfo &Thunk,

Completed in 784 milliseconds