Searched defs:getLength (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeBuiltin.cpp38 uint64_t NativeTypeBuiltin::getLength() const { return Length; } function in class:NativeTypeBuiltin
H A DNativeTypeArray.cpp66 uint64_t NativeTypeArray::getLength() const { return Record.Size; function in class:NativeTypeArray
H A DNativeTypePointer.cpp78 uint64_t NativeTypePointer::getLength() const { function in class:NativeTypePointer
H A DNativeTypeUDT.cpp99 uint64_t NativeTypeUDT::getLength() const { function in class:NativeTypeUDT
H A DNativeTypeEnum.cpp293 uint64_t NativeTypeEnum::getLength() const { function in class:NativeTypeEnum
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h60 unsigned getLength() const { function in class:llvm::PBQP::Vector
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAddr.cpp169 uint32_t DWARFDebugAddrTable::getLength() const { function in class:DWARFDebugAddrTable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp57 uint32_t DIALineNumber::getLength() const { function in class:DIALineNumber
H A DDIASectionContrib.cpp58 uint32_t DIASectionContrib::getLength() const { function in class:DIASectionContrib
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h185 uint32_t getLength() const { return Stream.getLength(); } function in class:llvm::BinaryStreamWriter
H A DBinaryStreamReader.h256 uint32_t getLength() const { return Stream.getLength(); } function in class:llvm::BinaryStreamReader
H A DBinaryStreamRef.h51 uint32_t getLength() const { function in class:llvm::BinaryStreamRefBase
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_parse.h365 ng_parse_array_getLength_t *getLength; member in struct:ng_parse_array_info
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h98 Expr *getLength() { return cast_or_null<Expr>(SubExprs[LENGTH]); } function in class:clang::OMPArraySectionExpr
99 const Expr *getLength() const { return cast_or_null<Expr>(SubExprs[LENGTH]); } function in class:clang::OMPArraySectionExpr
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h52 unsigned getLength() const { return Length; } function in class:clang::tooling::Range
122 unsigned getLength() const { return ReplacementRange.getLength(); } function in class:clang::tooling::Replacement
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h88 unsigned getLength() const { return Len; } function in struct:llvm::outliner::Candidate
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h100 uint64_t getLength() const { return HeaderData.Length; } function in class:llvm::DWARFListTableHeader
H A DDWARFDebugLine.h111 uint32_t getLength() const { function in struct:llvm::DWARFDebugLine::Prologue
H A DDWARFDebugFrame.h144 uint64_t getLength() const { return Length; } function in class:llvm::dwarf::FrameEntry
H A DDWARFUnit.h86 uint64_t getLength() const { return Length; } function in class:llvm::DWARFUnitHeader
289 uint64_t getLength() const { return Header.getLength(); } function in class:llvm::DWARFUnit
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp196 uint32_t MappedBlockStream::getLength() { return StreamLayout.Length; } function in class:MappedBlockStream
383 uint32_t WritableMappedBlockStream::getLength() { function in class:WritableMappedBlockStream
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h284 unsigned getLength() { function in class:llvm::final
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h129 unsigned getLength() const { function in class:clang::Token
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp211 const Value *getLength() const { return Length; }; function in class:__anon2676::GuardWideningImpl::RangeCheck
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h336 Value *getLength() const { function in class:llvm::MemIntrinsicBase

Completed in 276 milliseconds

12