Home
last modified time | relevance | path

Searched refs:Relocated (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/test/DebugInfo/AArch64/
Deh_frame_personality.ll43 ; 00 00 00 00 00 00 00 00: First part of aug (personality routine). Relocated, obviously
/external/llvm/test/DebugInfo/AArch64/
Deh_frame_personality.ll43 ; 00 00 00 00 00 00 00 00: First part of aug (personality routine). Relocated, obviously
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp866 SDValue Relocated = SDValue(StatepointMCNode, LowerAsVReg[SD]); in LowerAsSTATEPOINT() local
873 RFV.getCopyToRegs(Relocated, DAG, getCurSDLoc(), Chain, nullptr); in LowerAsSTATEPOINT()
/external/libpng/
DCHANGES197 Relocated png_set_crc_action from pngrutil.c to pngrtran.c
351 Relocated png_do_gray_to_rgb() within png_do_read_transformations() (Greg).
352 Relocated the png_composite macros from pngrtran.c to png.h (Greg).
489 Relocated start of 'extern "C"' block in png.h so it doesn't include pngconf.h
697 Relocated the makefile.solaris warning about PATH problems.
789 Relocated paragraph about png_set_background() in libpng.3/libpng.txt
791 Relocated info_ptr->free_me, png_ptr->free_me, and other info_ptr and
840 Relocated version macro definitions ahead of the includes of zlib.h and
951 Relocated "msvc" and "wince" project subdirectories into "dll" subdirectory.
1198 Relocated a misplaced /bin/rm in the "install-shared" makefile targets
[all …]
/external/python/cpython2/Misc/NEWS.d/
D2.6rc1.rst283 Relocated parse_qs() and parse_qsl(), from the cgi module to the urlparse
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1467 section_iterator Relocated = *RelocatedOrErr; in getRelocsMap() local
1468 if (Relocated == Obj.section_end() || !checkSectionFilter(*Relocated).Keep) in getRelocsMap()
1470 std::vector<RelocationRef> &V = Ret[*Relocated]; in getRelocsMap()
/external/llvm/test/MC/AArch64/
Darm64-diags.s275 ; Relocated expressions should not be accepted for 32-bit adds or sub (imm)
/external/llvm-project/llvm/test/MC/AArch64/
Darm64-diags.s336 ; Relocated expressions should not be accepted for 32-bit adds or sub (imm)
/external/llvm-project/lldb/tools/debugserver/source/
DChangeLog1257 * DNBLog.cpp (g_debug_opt): Relocated outside of #if that turns off
/external/python/cpython3/Misc/
DHISTORY16371 - Issue #600362: Relocated parse_qs() and parse_qsl(), from the cgi module