Home
last modified time | relevance | path

Searched refs:getCodeByteSize (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBInjectedSource.h26 virtual uint64_t getCodeByteSize() const = 0;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.h24 uint64_t getCodeByteSize() const override;
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp26 uint64_t DIAInjectedSource::getCodeByteSize() const { in getCodeByteSize() function in DIAInjectedSource
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp48 uint64_t getCodeByteSize() const override { return Entry.FileSize; } in getCrc32()
49 uint64_t getCodeByteSize() const override { return Entry.FileSize; } getCodeByteSize() function in llvm::pdb::__anonb0c5f9a60111::NativeInjectedSource
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h97 uint8_t getCodeByteSize() const { return CodeByteSize; } in getCodeByteSize() function
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp698 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize(); in updateForIndex()
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp972 uint64_t Size = IS->getCodeByteSize(); in dumpInjectedSources()