/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | BinaryByteStream.h | 57 uint32_t getLength() override { return Data.size(); } in getLength() function 110 uint32_t getLength() override { return ImmutableStream.getLength(); } in getLength() function 170 uint32_t getLength() override { return Data.size(); } in getLength() function 253 uint32_t getLength() override { return Impl.getLength(); } in getLength() function
|
H A D | BinaryStreamWriter.h | 185 uint32_t getLength() const { return Stream.getLength(); } in getLength() function
|
H A D | BinaryItemStream.h | 69 uint32_t getLength() override { in getLength() function
|
H A D | BinaryStreamReader.h | 256 uint32_t getLength() const { return Stream.getLength(); } in getLength() function
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | DataSource.cpp | 52 unsigned DataSource::PatternSegment::getLength() in getLength() function in DataSource::PatternSegment 193 unsigned MemoryImageDataSource::TextSegment::getLength() in getLength() function in MemoryImageDataSource::TextSegment 214 unsigned MemoryImageDataSource::FillSegment::getLength() in getLength() function in MemoryImageDataSource::FillSegment
|
H A D | Blob.h | 55 unsigned getLength() const { return m_length; } in getLength() function
|
H A D | IVTDataSource.cpp | 63 unsigned IVTDataSource::getLength() in getLength() function in IVTDataSource
|
H A D | DataSource.h | 223 virtual unsigned getLength() { return m_length; } in getLength() function
|
H A D | ELFSourceFile.cpp | 501 unsigned ELFSourceFile::ELFDataSource::ProgBitsSegment::getLength() in getLength() function in ELFSourceFile::ELFDataSource::ProgBitsSegment 518 unsigned ELFSourceFile::ELFDataSource::NoBitsSegment::getLength() in getLength() function in ELFSourceFile::ELFDataSource::NoBitsSegment
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugAddr.h | 82 uint64_t getLength() const { return Length; } in getLength() function
|
H A D | DWARFUnit.h | 90 uint64_t getLength() const { return Length; } in getLength() function 292 uint64_t getLength() const { return Header.getLength(); } in getLength() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeBuiltin.cpp | 38 uint64_t NativeTypeBuiltin::getLength() const { return Length; } in getLength() function in NativeTypeBuiltin
|
H A D | NativeTypeArray.cpp | 66 uint64_t NativeTypeArray::getLength() const { return Record.Size; } in getLength() function in NativeTypeArray
|
H A D | NativeLineNumber.cpp | 45 uint32_t NativeLineNumber::getLength() const { return Length; } in getLength() function in NativeLineNumber
|
H A D | NativeFunctionSymbol.cpp | 49 uint64_t NativeFunctionSymbol::getLength() const { return Sym.CodeSize; } in getLength() function in NativeFunctionSymbol
|
H A D | NativeTypePointer.cpp | 78 uint64_t NativeTypePointer::getLength() const { in getLength() function in NativeTypePointer
|
H A D | NativeTypeUDT.cpp | 99 uint64_t NativeTypeUDT::getLength() const { in getLength() function in NativeTypeUDT
|
H A D | NativeTypeEnum.cpp | 293 uint64_t NativeTypeEnum::getLength() const { in getLength() function in NativeTypeEnum
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Core/ |
H A D | Replacement.h | 52 unsigned getLength() const { return Length; } in getLength() function 122 unsigned getLength() const { return ReplacementRange.getLength(); } in getLength() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | BinaryStreamRef.cpp | 32 uint32_t getLength() override { return BBS.getLength(); } in getLength() function in __anon31eda1550111::ArrayRefImpl 55 uint32_t getLength() override { return BBS.getLength(); } in getLength() function in __anon31eda1550111::MutableArrayRefImpl
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIALineNumber.cpp | 57 uint32_t DIALineNumber::getLength() const { in getLength() function in DIALineNumber
|
H A D | DIASectionContrib.cpp | 58 uint32_t DIASectionContrib::getLength() const { in getLength() function in DIASectionContrib
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Math.h | 60 unsigned getLength() const { in getLength() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 196 uint32_t MappedBlockStream::getLength() { return StreamLayout.Length; } in getLength() function in MappedBlockStream 383 uint32_t WritableMappedBlockStream::getLength() { in getLength() function in WritableMappedBlockStream
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprOpenMP.h | 102 Expr *getLength() { return cast_or_null<Expr>(SubExprs[LENGTH]); } in getLength() function 103 const Expr *getLength() const { return cast_or_null<Expr>(SubExprs[LENGTH]); } in getLength() function
|