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
46 uint64_t getCodeByteSize() const override { return Entry.FileSize; } in getCodeByteSize() function in llvm::pdb::__anon70d5adbe0111::NativeInjectedSource
89 uint8_t getCodeByteSize() const { return CodeByteSize; } in getCodeByteSize() function
704 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize(); in attribute_iterator()
948 uint64_t Size = IS->getCodeByteSize(); in dumpInjectedSources()