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

1 2 34

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Thunk16.asm 12 ; Thunk.asm
16 ; Real mode thunk
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
Thunk16.asm 17 ; Thunk.asm
21 ; Real mode thunk
  /external/clang/lib/AST/
ItaniumMangle.cpp 144 void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk,
    [all...]
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 491 while (auto Thunk = Thunks->getNext())
492 Dumper.dump(*Thunk);
  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 47 import com.android.launcher3.util.Thunk;
277 @Thunk static CharSequence ensureValidName(Context context, Intent intent, CharSequence name) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcExecute.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
Thunk16.asm 17 ; Thunk.asm
21 ; Real mode thunk
  /external/clang/lib/CodeGen/
CodeGenModule.h 727 /// Get the address of the thunk for the given global decl.
728 llvm::Constant *GetAddrOfThunk(GlobalDecl GD, const ThunkInfo &Thunk);
    [all...]
MicrosoftCXXABI.cpp 357 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable,
360 Thunk->setDLLStorageClass(llvm::GlobalValue::DefaultStorageClass);
366 Thunk->setLinkage(llvm::GlobalValue::InternalLinkage);
368 Thunk->setLinkage(llvm::GlobalValue::WeakODRLinkage);
370 Thunk->setLinkage(llvm::GlobalValue::LinkOnceODRLinkage);
608 /// \brief Generate a thunk for calling a virtual member function MD.
    [all...]
CodeGenFunction.h 272 /// In C++, whether we are code generating a thunk. This controls whether we
    [all...]
ItaniumCXXABI.cpp 212 // Itanium does not emit any destructor variant as an inline thunk.
278 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD,
282 if (ForVTable && !Thunk->hasLocalLinkage())
283 Thunk->setLinkage(llvm::GlobalValue::AvailableExternallyLinkage);
    [all...]

Completed in 1878 milliseconds

1 2 34