/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryByteStream.h | 56 uint64_t getLength() override { return Data.size(); } in getLength() function 109 uint64_t getLength() override { return ImmutableStream.getLength(); } in getLength() function 168 uint64_t getLength() override { return Data.size(); } in getLength() function 247 uint64_t getLength() override { return Impl.getLength(); } in getLength() function
|
H A D | BinaryStreamWriter.h | 178 uint64_t getLength() const { return Stream.getLength(); } in getLength() function
|
H A D | BinaryItemStream.h | 68 uint64_t getLength() override { in getLength() function
|
H A D | BinaryStreamReader.h | 247 uint64_t getLength() const { return Stream.getLength(); } in getLength() function
|
H A D | BinaryStreamRef.h | 48 uint64_t getLength() const { in getLength() function
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugAddr.h | 79 uint64_t getLength() const { return Length; } in getLength() function
|
H A D | DWARFUnitIndex.h | 126 uint64_t getLength() const { return Length; } in getLength() function
|
H A D | DWARFUnit.h | 98 uint64_t getLength() const { return Length; } in getLength() function 333 uint64_t getLength() const { return Header.getLength(); } in getLength() function
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeBuiltin.cpp | 37 uint64_t NativeTypeBuiltin::getLength() const { return Length; } in getLength() function in NativeTypeBuiltin
|
H A D | NativeTypeArray.cpp | 67 uint64_t NativeTypeArray::getLength() const { return Record.Size; } getLength() function in NativeTypeArray
|
H A D | NativeLineNumber.cpp | 46 uint32_t NativeLineNumber::getLength() const { return Length; } in getLength() function in NativeLineNumber
|
H A D | NativeFunctionSymbol.cpp | 53 uint64_t NativeFunctionSymbol::getLength() const { return Sym.CodeSize; } in getLength() function in NativeFunctionSymbol
|
H A D | NativeTypePointer.cpp | 79 uint64_t NativeTypePointer::getLength() const { in getLength() function in NativeTypePointer
|
H A D | NativeTypeUDT.cpp | 100 uint64_t NativeTypeUDT::getLength() const { getLength() function in NativeTypeUDT
|
H A D | NativeTypeEnum.cpp | 298 uint64_t NativeTypeEnum::getLength() const { in getLength() function in NativeTypeEnum
|
/llvm-project/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
|
/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamRef.cpp | 29 uint64_t getLength() override { return BBS.getLength(); } in getLength() function in __anonb12c323d0111::ArrayRefImpl 50 uint64_t getLength() override { return BBS.getLength(); } in getLength() function in __anonb12c323d0111::MutableArrayRefImpl
|
/llvm-project/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
|
/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Math.h | 60 unsigned getLength() const { in getLength() function
|
/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 194 uint64_t MappedBlockStream::getLength() { return StreamLayout.Length; } in getLength() function in MappedBlockStream 381 uint64_t WritableMappedBlockStream::getLength() { in getLength() function in WritableMappedBlockStream
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.h | 316 unsigned getLength() { getLength() function
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.h | 147 unsigned getLength() const { return ScheduleLength; } getLength() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOutliner.h | 120 unsigned getLength() const { return Len; } getLength() function
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DwarfGenerator.h | 165 uint64_t getLength() const { return Length; } in getLength() function
|