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

  /packages/apps/Launcher3/src/com/android/launcher3/util/
Thunk.java 43 public @interface Thunk {
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 327 InsertItemWithTag(PDB_SymType::Thunk);
389 VerifyDyncast<PDBSymbolThunk>(PDB_SymType::Thunk);
  /external/clang/lib/CodeGen/
CGVTables.cpp 36 const ThunkInfo &Thunk) {
44 Thunk.This, Out);
46 getCXXABI().getMangleContext().mangleThunk(MD, Thunk, Out);
54 const ThunkInfo &Thunk, llvm::Function *Fn) {
58 static void setThunkProperties(CodeGenModule &CGM, const ThunkInfo &Thunk,
63 !Thunk.Return.isEmpty());
67 setThunkVisibility(CGM, MD, Thunk, ThunkFn);
85 const ThunkInfo &Thunk) {
109 Thunk.Return);
140 // no-op thunk for the regular definition) call va_start/va_end
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 876 /// AddThunk - Add a thunk for the given method.
877 void AddThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk);
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 299 Thunk,

Completed in 220 milliseconds