HomeSort by: relevance | last modified time | path
    Searched refs:getCodeByteSize (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBInjectedSource.h 26 virtual uint64_t getCodeByteSize() const = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAInjectedSource.h 24 uint64_t getCodeByteSize() const override;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIAInjectedSource.cpp 26 uint64_t DIAInjectedSource::getCodeByteSize() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeEnumInjectedSources.cpp 46 uint64_t getCodeByteSize() const override { return Entry.FileSize; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 89 uint8_t getCodeByteSize() const { return CodeByteSize; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDie.cpp 704 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.cpp 948 uint64_t Size = IS->getCodeByteSize();

Completed in 25 milliseconds