HomeSort by relevance Sort by last modified time
    Searched defs:AddrSize (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.h 29 uint8_t AddrSize;
66 uint8_t getAddressByteSize() const { return AddrSize; }
DWARFDebugArangeSet.h 33 uint8_t AddrSize;
  /external/llvm/lib/MC/
MCDwarf.cpp 504 int AddrSize = asmInfo.getPointerSize();
505 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1));
506 if (Pad == 2 * AddrSize)
512 Length += 2 * AddrSize;
514 Length += 2 * AddrSize;
526 MCOS->EmitIntValue(AddrSize, 1);
539 MCOS->EmitAbsValue(Addr, AddrSize);
540 MCOS->EmitAbsValue(Size, AddrSize);
543 MCOS->EmitIntValue(0, AddrSize);
    [all...]

Completed in 61 milliseconds