HomeSort by: relevance | last modified time | path
    Searched defs:Thunk (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolRecordHelpers.cpp 40 Thunk32Sym Thunk = createRecord<Thunk32Sym>(Sym);
41 return Thunk.End;
71 Thunk32Sym Thunk = createRecord<Thunk32Sym>(Sym);
72 return Thunk.Parent;
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
llvm_debuginfo.ml 90 | Thunk
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 40 static void setThunkProperties(CodeGenModule &CGM, const ThunkInfo &Thunk,
45 !Thunk.Return.isEmpty());
71 const ThunkInfo &Thunk) {
95 Thunk.Return);
153 // no-op thunk for the regular definition) call va_start/va_end.
159 GlobalDecl GD, const ThunkInfo &Thunk) {
174 CGM.ErrorUnsupported(MD, "return-adjusting thunk with variadic arguments");
179 // Clone to thunk.
213 CGM.getCXXABI().performThisAdjustment(*this, ThisPtr, Thunk.This);
218 if (!Thunk.Return.isEmpty())
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 82 ThunkOrdinal Thunk = ThunkOrdinal::Standard;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 271 Thunk,
  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 884 /// AddThunk - Add a thunk for the given method.
885 void AddThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk);
930 /// adjustment is required and no thunk is generated. However, inside D
934 /// thunk. Since we require that a call to C::f() first convert to A*,
1066 const ThunkInfo &Thunk) {
1072 // Check if we have this thunk already.
1073 if (llvm::find(ThunksVector, Thunk) != ThunksVector.end())
1076 ThunksVector.push_back(Thunk);
1128 // When a return thunk is needed by a derived class that overrides a
1130 // While the thunk itself might be needed by vtables in subclasses o
    [all...]

Completed in 30 milliseconds