Searched defs:getCodeByteSize (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ | ||
H A D | DIAInjectedSource.cpp | 26 uint64_t DIAInjectedSource::getCodeByteSize() const { in getCodeByteSize() function in DIAInjectedSource |
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ | ||
H A D | NativeEnumInjectedSources.cpp | 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 D | DWARFAbbreviationDeclaration.h | 97 uint8_t getCodeByteSize() const { return CodeByteSize; } in getCodeByteSize() function |