Searched refs:getCodeByteSize (Results 1 – 7 of 7) sorted by relevance
26 virtual uint64_t getCodeByteSize() const = 0;
24 uint64_t getCodeByteSize() const override;
26 uint64_t DIAInjectedSource::getCodeByteSize() const { in getCodeByteSize() function in DIAInjectedSource
48 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
97 uint8_t getCodeByteSize() const { return CodeByteSize; } in getCodeByteSize() function
698 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize(); in updateForIndex()
972 uint64_t Size = IS->getCodeByteSize(); in dumpInjectedSources()