HomeSort by relevance Sort by last modified time
    Searched refs:Word0 (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 198 MRE.Word0 = ((OtherHalf << 0) |
209 MRE.Word0 = ((FixupOffset << 0) |
261 MRE.Word0 = ((0 << 0) |
271 MRE.Word0 = ((FixupOffset << 0) |
371 MRE.Word0 = FixupOffset;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 192 MRE.Word0 = FixupOffset;
329 MRE.Word0 = FixupOffset;
385 MRE.Word0 = ((0 << 0) |
395 MRE.Word0 = ((FixupOffset << 0) |
442 MRE.Word0 = Value;
537 MRE.Word0 = FixupOffset;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 218 if (RE->Word0 & macho::RF_Scattered)
220 // Word0 of the relocation is the offset into the section where the
223 uint32_t Offset = RE->Word0;
355 if (RE->Word0 & macho::RF_Scattered)
357 // Word0 of the relocation is the offset into the section where the
360 uint32_t Offset = RE->Word0;
  /external/clang/lib/Lex/
PTHLexer.cpp 58 unsigned Word0 = ReadLE32(CurPtrShadow);
62 tok::TokenKind TKind = (tok::TokenKind) (Word0 & 0xFF);
63 Token::TokenFlags TFlags = (Token::TokenFlags) ((Word0 >> 8) & 0xFF);
64 uint32_t Len = Word0 >> 16;
  /external/llvm/include/llvm/Object/
MachOFormat.h 295 uint32_t Word0;
  /external/llvm/lib/Object/
MachOObject.cpp 320 SwapValue(Value.Word0);
MachOObjectFile.cpp 609 Res = reinterpret_cast<uintptr_t>(sectAddress + RE->Word0);
  /external/llvm/tools/macho-dump/
macho-dump.cpp 106 outs() << " (('word-0', " << format("0x%x", RE->Word0) << "),\n";
  /external/llvm/lib/MC/
MachObjectWriter.cpp 751 Write32(Relocs[e - i - 1].Word0);
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 135 milliseconds