Home
last modified time | relevance | path

Searched defs:getLength (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryByteStream.h56 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 DBinaryStreamWriter.h179 uint64_t bytesRemaining() const { return getLength() - getOffset(); } in getLength() function
H A DBinaryItemStream.h69 uint64_t getLength() override { getLength() function
H A DBinaryStreamReader.h249 uint64_t getLength() const { return Stream.getLength(); } getLength() function
H A DBinaryStreamRef.h50 uint64_t getLength() const { getLength() function
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamRef.cpp32 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 DReplacement.h52 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 DDWARFDebugAddr.h79 uint64_t getLength() const { return Length; } in getLength() function
H A DDWARFUnitIndex.h126 uint64_t getLength() const { return Length; } in getLength() function
H A DDWARFUnit.h98 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 DNativeTypeBuiltin.cpp37 uint64_t NativeTypeBuiltin::getLength() const { return Length; } in getLength() function in NativeTypeBuiltin
H A DNativeTypeArray.cpp67 uint64_t NativeTypeArray::getLength() const { return Record.Size; } in getLength() function in NativeTypeArray
H A DNativeLineNumber.cpp46 uint32_t NativeLineNumber::getLength() const { return Length; } in getLength() function in NativeLineNumber
H A DNativeFunctionSymbol.cpp53 uint64_t NativeFunctionSymbol::getLength() const { return Sym.CodeSize; } in getLength() function in NativeFunctionSymbol
H A DNativeTypePointer.cpp79 uint64_t NativeTypePointer::getLength() const { in getLength() function in NativeTypePointer
H A DNativeTypeUDT.cpp100 uint64_t NativeTypeUDT::getLength() const { in getLength() function in NativeTypeUDT
H A DNativeTypeEnum.cpp298 uint64_t NativeTypeEnum::getLength() const { in getLength() function in NativeTypeEnum
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp57 uint32_t DIALineNumber::getLength() const { in getLength() function in DIALineNumber
H A DDIASectionContrib.cpp58 uint32_t DIASectionContrib::getLength() const { in getLength() function in DIASectionContrib
/freebsd/sys/netgraph/
H A Dng_parse.h363 ng_parse_array_getLength_t *getLength; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp382 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 DMath.h60 unsigned getLength() const { in getLength() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h316 unsigned getLength() { in getLength() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h120 unsigned getLength() const { return Len; } in getLength() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h147 unsigned getLength() const { return ScheduleLength; } in getLength() function

12