/freebsd/contrib/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 169 uint64_t getLength() override { return Data.size(); } getLength() function 250 uint64_t getLength() override { return Impl.getLength(); } getLength() function
|
H A D | BinaryStreamWriter.h | 179 uint64_t bytesRemaining() const { return getLength() - getOffset(); } in getLength() function
|
H A D | BinaryItemStream.h | 69 uint64_t getLength() override { getLength() function
|
H A D | BinaryStreamReader.h | 249 uint64_t getLength() const { return Stream.getLength(); } getLength() function
|
H A D | BinaryStreamRef.h | 50 uint64_t getLength() const { getLength() function [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamRef.cpp | 32 uint64_t getLength() override { return BBS.getLength(); } getLength() function in __anon8e400b6a0111::ArrayRefImpl 55 uint64_t getLength() override { return BBS.getLength(); } getLength() function in __anon8e400b6a0111::MutableArrayRefImpl
|
/freebsd/contrib/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
|
/freebsd/contrib/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
|
/freebsd/contrib/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; } in 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 { in getLength() function in NativeTypeUDT
|
H A D | NativeTypeEnum.cpp | 298 uint64_t NativeTypeEnum::getLength() const { in getLength() function in NativeTypeEnum
|
/freebsd/contrib/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
|
/freebsd/sys/netgraph/ |
H A D | ng_parse.h | 363 ng_parse_array_getLength_t *getLength; member
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 382 return ReadInterface.getLength(); in getLength() function in WritableMappedBlockStream 195 uint64_t MappedBlockStream::getLength() { return StreamLayout.Length; } getLength() function in MappedBlockStream
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Math.h | 60 unsigned getLength() const { in getLength() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.h | 316 unsigned getLength() { in getLength() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOutliner.h | 120 unsigned getLength() const { return Len; } in getLength() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.h | 147 unsigned getLength() const { return ScheduleLength; } in getLength() function
|