Home
last modified time | relevance | path

Searched defs:getCodeByteSize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp26 uint64_t DIAInjectedSource::getCodeByteSize() const { in getCodeByteSize() function in DIAInjectedSource
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp46 uint64_t getCodeByteSize() const override { return Entry.FileSize; } in getCodeByteSize() function in llvm::pdb::__anon70d5adbe0111::NativeInjectedSource
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h89 uint8_t getCodeByteSize() const { return CodeByteSize; } in getCodeByteSize() function