/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/ |
libgnustl_shared.so | |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/thumb/ |
libgnustl_shared.so | |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/ |
libgnustl_shared.so | |
/external/valgrind/VEX/priv/ |
guest_s390_toIR.c | 533 /*--- Build the flags thunk. ---*/ 536 /* Completely fill the flags thunk. We're always filling all fields. 610 /* memcheck believes that the NDEP field in the flags thunk is always 637 /* Write one floating point value into the flags thunk */ 660 /* Write a floating point value and an integer into the flags thunk. The 684 /* Write a 128-bit floating point value into the flags thunk. This is 700 /* Write a 128-bit floating point value and an integer into the flags thunk. 718 /* Write a 128-bit decimal floating point value into the flags thunk. 735 thunk. The integer value is zero-extended first. */ 759 /* Build IR to calculate the condition code from flags thunk [all...] |
guest_x86_toIR.c | 779 /* -------------- Evaluating the flags-thunk. -------------- */ 851 /* -------------- Building the flags-thunk. -------------- */ 853 /* The machinery in this section builds the flag-thunk following a 910 /* Set the flags thunk OP, DEP1 and DEP2 fields. The supplied op is 961 result. Except if the shift amount is zero, the thunk is left 975 /* Both kinds of right shifts are handled by the same thunk [all...] |
guest_amd64_toIR.c | [all...] |
/external/clang/lib/CodeGen/ |
ItaniumCXXABI.cpp | 167 // Itanium does not emit any destructor variant as an inline thunk. 217 void setThunkLinkage(llvm::Function *Thunk, bool ForVTable, GlobalDecl GD, 222 Thunk->setLinkage(llvm::GlobalValue::AvailableExternallyLinkage); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/ |
libsupc++.a | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/thumb/ |
libsupc++.a | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/ |
libsupc++.a | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/thumb/ |
libsupc++.a | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/ |
libsupc++.a | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/ |
libsupc++.a | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/thumb/ |
libsupc++.a | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/thumb/ |
libsupc++.a | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/ |
libsupc++.a | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/ |
libsupc++.a | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/ |
libsupc++.a | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/arm64-v8a/ |
libsupc++.a | [all...] |
/art/compiler/ |
oat_writer.cc | 703 ReportWriteFailure("relative call thunk", it); [all...] |
/external/llvm/docs/ |
MergeFunctions.rst | 756 Otherwise we write thunk: some wrapper that has *G's* interface and calls *F*,
|
/external/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | 657 // thunk to implement their /INCREMENTAL feature. Make sure we don't optimize [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 249 // thunk at the address from an earlier relocation. [all...] |
X86InstrCompiler.td | 453 // For i386, the address of the thunk is passed on the stack, on return the 464 // For x86_64, the address of the thunk is passed in %rdi, on return [all...] |
/external/clang/test/CodeGenCXX/ |
vtable-layout.cpp | 282 // Test that a pure virtual member doesn't get a thunk. [all...] |