/external/llvm/lib/CodeGen/AsmPrinter/ |
ByteStreamer.h | 34 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0; 35 virtual void EmitULEB128(uint64_t DWord, const Twine &Comment = "") = 0; 48 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { 50 AP.EmitSLEB128(DWord); 52 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { 54 AP.EmitULEB128(DWord); 66 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { 67 Hash.addSLEB128(DWord); 69 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { 70 Hash.addULEB128(DWord); [all...] |
/frameworks/compile/mclinker/include/mcld/LD/ |
RelocationFactory.h | 30 typedef Relocation::DWord DWord;
|
Relocator.h | 28 typedef Relocation::DWord DWord;
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
Relocation.h | 32 typedef uint64_t DWord; // FIXME: use SizeTrait<T>::Word instead 43 DWord pTargetData); 88 const DWord& target() const { return m_TargetData; } 89 DWord& target() { return m_TargetData; } 113 DWord m_TargetData;
|
Stub.h | 30 typedef Relocation::DWord DWord; 36 Fixup(DWord pOffset, SWord pAddend, Type pType) 41 DWord offset() const { return m_Offset; } 48 DWord m_Offset; 129 void addFixup(DWord pOffset, SWord pAddend, Type pType);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMRelocator.cpp | 29 static Relocator::DWord getThumbBit(const Relocation& pReloc) { 32 Relocator::DWord thumbBit = 70 static inline void helper_clear_thumb_bit(Relocator::DWord& pValue) { 168 static Relocator::DWord helper_extract_movw_movt_addend( 169 Relocator::DWord pTarget) { 175 static Relocator::DWord helper_insert_val_movw_movt_inst( 176 Relocator::DWord pTarget, 177 Relocator::DWord pImm) { 185 static Relocator::DWord helper_extract_thumb_movw_movt_addend( 186 Relocator::DWord pValue) [all...] |
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsGOT.h | 51 Relocation::DWord pAddend); 77 Relocation::DWord pAddend, 80 Relocation::DWord pAddend); 139 Relocation::DWord m_Addend; 143 Relocation::DWord addend, 197 Relocation::DWord m_Addend;
|
MipsRelocator.cpp | 64 Relocation::DWord A() const { return m_Addend; } 66 Relocation::DWord S() const { return m_Symbol; } 68 Relocation::DWord P() const { return parent().place(); } 70 Relocation::DWord result() const { return m_Result; } 72 Relocation::DWord& result() { return m_Result; } 77 Relocation::DWord m_Addend; 78 Relocation::DWord m_Symbol; 79 Relocation::DWord m_Result; 82 Relocation::DWord pResult, Relocation::DWord pAddend [all...] |
MipsGOT.cpp | 75 Relocation::DWord addend, 241 Relocation::DWord pAddend) { 449 Relocation::DWord pAddend, 459 Relocation::DWord pAddend) {
|
MipsRelocator.h | 111 Relocation::DWord entryValue);
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64Relocator.cpp | 464 Relocator::DWord A = pReloc.target() + pReloc.addend(); 465 Relocator::DWord S = pReloc.symValue(); 511 Relocator::DWord A = pReloc.addend(); 512 Relocator::DWord P = pReloc.place(); 531 Relocator::DWord X = S + A - P; 544 Relocator::DWord A = pReloc.addend(); 560 Relocator::DWord A = pReloc.addend(); 561 Relocator::DWord P = pReloc.place(); 562 Relocator::DWord X = S + A - P; 579 Relocator::DWord A = pReloc.addend() [all...] |
AArch64PLT.cpp | 87 AArch64Relocator::DWord imm = 127 AArch64Relocator::DWord imm = helper_get_page_address(GOTEntryAddress) -
|
AArch64RelocationHelpers.h | 20 static inline bool helper_check_signed_overflow(Relocator::DWord pValue, 74 static inline uint32_t helper_get_upper32(Relocator::DWord pData) { 80 static inline void helper_put_upper32(uint32_t pData, Relocator::DWord& pDes) {
|
/frameworks/compile/mclinker/lib/LD/ |
RelocationFactory.cpp | 44 DWord target_data = 0;
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86Relocator.cpp | 864 Relocator::DWord A = pReloc.target() + pReloc.addend(); 865 Relocator::DWord S = pReloc.symValue(); [all...] |
/frameworks/compile/mclinker/lib/Fragment/ |
Stub.cpp | 75 void Stub::addFixup(DWord pOffset, SWord pAddend, Type pType) {
|
Relocation.cpp | 69 Relocation::DWord pTargetData)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ndattrib.h | 85 DWORD dwLength; 103 DWORD sidType; 129 DWORD DWord; 163 DWORD rootCauseFlags;
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonRelocator.cpp | 508 Relocator::DWord A = pReloc.addend(); 698 Relocator::DWord A = pReloc.addend(); 740 Relocator::DWord A = pReloc.addend(); 741 Relocator::DWord P = pReloc.place(); 769 Relocator::DWord A = pReloc.addend(); 770 Relocator::DWord GP = pParent.getTarget().getGP(); 915 Relocator::DWord A = pReloc.addend();
|
/external/pdfium/third_party/lcms/src/ |
cmsplugin.c | 58 cmsUInt32Number CMSEXPORT _cmsAdjustEndianess32(cmsUInt32Number DWord) 62 cmsUInt8Number* pByte = (cmsUInt8Number*) &DWord; 73 return DWord;
|
cmsio0.c | 676 cmsUInt32Number _validatedVersion(cmsUInt32Number DWord) 678 cmsUInt8Number* pByte = (cmsUInt8Number*) &DWord; 691 return DWord; [all...] |
/external/llvm/test/MC/PowerPC/ |
vsx.s | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |