Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBInjectedSource.h26 virtual uint64_t getCodeByteSize() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBInjectedSource.h30 virtual uint64_t getCodeByteSize() const = 0;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAInjectedSource.h24 uint64_t getCodeByteSize() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAInjectedSource.h24 uint64_t getCodeByteSize() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAInjectedSource.cpp26 uint64_t DIAInjectedSource::getCodeByteSize() const { in getCodeByteSize() function in DIAInjectedSource
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIAInjectedSource.cpp26 uint64_t DIAInjectedSource::getCodeByteSize() const { in getCodeByteSize() function in DIAInjectedSource
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h89 uint8_t getCodeByteSize() const { return CodeByteSize; } in getCodeByteSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h89 uint8_t getCodeByteSize() const { return CodeByteSize; } in getCodeByteSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp46 uint64_t getCodeByteSize() const override { return Entry.FileSize; } in getCodeByteSize() function in llvm::pdb::__anonb5e143370111::NativeInjectedSource
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp46 uint64_t getCodeByteSize() const override { return Entry.FileSize; } in getCodeByteSize() function in llvm::pdb::__anon0cf9a7230111::NativeInjectedSource
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp713 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize(); in attribute_iterator()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp677 AttrValue.Offset = D.getOffset() + AbbrDecl->getCodeByteSize(); in attribute_iterator()
/external/llvm-project/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp949 uint64_t Size = IS->getCodeByteSize(); in dumpInjectedSources()