HomeSort by: relevance | last modified time | path
    Searched defs:getUnitLengthFieldByteSize (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 105 uint8_t getUnitLengthFieldByteSize() const {
106 return dwarf::getUnitLengthFieldByteSize(FormParams.Format);
109 return Offset + Length + getUnitLengthFieldByteSize();
500 return Header.getLength() + Header.getUnitLengthFieldByteSize() -
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Dwarf.h 671 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 3589 unsigned int AsmPrinter::getUnitLengthFieldByteSize() const {
3590 return dwarf::getUnitLengthFieldByteSize(

Completed in 45 milliseconds