Home
last modified time | relevance | path

Searched refs:getCodeByteSize (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBInjectedSource.h26 virtual uint64_t getCodeByteSize() const = 0;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIAInjectedSource.h24 uint64_t getCodeByteSize() const override;
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIAInjectedSource.cpp26 uint64_t DIAInjectedSource::getCodeByteSize() const { in getCodeByteSize() function in DIAInjectedSource
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeEnumInjectedSources.cpp49 uint64_t getCodeByteSize() const override { return Entry.FileSize; } in getCodeByteSize() function in llvm::pdb::__anon6db671f20111::NativeInjectedSource
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFAbbreviationDeclaration.h97 uint8_t getCodeByteSize() const { return CodeByteSize; } in getCodeByteSize() function
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDie.cpp680 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize(); in attribute_iterator()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDllvm-pdbutil.cpp972 uint64_t Size = IS->getCodeByteSize(); in dumpInjectedSources()