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

  /external/chromium_org/ppapi/utility/
completion_callback_factory.h 687 static void Thunk(void* user_data, int32_t result) {
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 42 const ThunkInfo &Thunk) {
50 Thunk.This, Out);
52 getCXXABI().getMangleContext().mangleThunk(MD, Thunk, Out);
107 const ThunkInfo &Thunk, llvm::Function *Fn) {
113 // If the thunk has weak/linkonce linkage, but the function must be
165 const ThunkInfo &Thunk) {
186 Thunk.Return.NonVirtual,
187 Thunk.Return.VBaseOffsetOffset,
219 // no-op thunk for the regular definition) call va_start/va_end.
225 GlobalDecl GD, const ThunkInfo &Thunk) {
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 61 milliseconds