Searched defs:getHeaderSize (Results 1 - 5 of 5) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/io/
H A DAbstractBuffers.java55 public int getHeaderSize() method in class:AbstractBuffers
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DHeaderItem.java105 public int getHeaderSize() { method in class:HeaderItem
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h140 virtual uint32_t getHeaderSize() const { return 11; } function in class:llvm::DWARFUnit
259 size_t getDebugInfoSize() const { return Length + 4 - getHeaderSize(); }
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h321 virtual unsigned getHeaderSize() const { function in class:llvm::DwarfUnit
431 unsigned getHeaderSize() const override {
432 return DwarfUnit::getHeaderSize() + sizeof(uint64_t) + // Type Signature
/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp55 unsigned getHeaderSize() const { function in struct:COFFParser
165 CP.getHeaderSize() + CP.Obj.Header.SizeOfOptionalHeader;

Completed in 170 milliseconds