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

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 34 uint8_t AddrSize;
DWARFUnit.h 122 uint8_t AddrSize;
168 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize);
191 uint8_t getAddressByteSize() const { return AddrSize; }
  /external/llvm/lib/MC/
MCDwarf.cpp 576 int AddrSize = asmInfo->getPointerSize();
577 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1));
578 if (Pad == 2 * AddrSize)
584 Length += 2 * AddrSize * Sections.size();
586 Length += 2 * AddrSize;
602 MCOS->EmitIntValue(AddrSize, 1);
621 MCOS->EmitValue(Addr, AddrSize);
622 emitAbsValue(*MCOS, Size, AddrSize);
626 MCOS->EmitIntValue(0, AddrSize);
    [all...]

Completed in 165 milliseconds