Searched defs:getCodeByteSize (Results 1 – 6 of 6) sorted by relevance
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::__anon6d1ed6cb0111::NativeInjectedSource
48 uint64_t getCodeByteSize() const override { return Entry.FileSize; } in getCodeByteSize() function in llvm::pdb::__anon08e44d510111::NativeInjectedSource
89 uint8_t getCodeByteSize() const { return CodeByteSize; } in getCodeByteSize() function