Home
last modified time | relevance | path

Searched defs:Len (Results 1 – 25 of 153) sorted by relevance

1234567

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DValgrind.cpp26 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations()
36 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations()
H A DSuffixTreeNode.cpp21 void SuffixTreeNode::setConcatLen(unsigned Len) { ConcatLen = Len; } in setConcatLen()
H A DChrono.cpp89 size_t Len = strftime(Buffer, sizeof(Buffer), Format.c_str(), &LT); format() local
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DDLangDemangle.cpp279 unsigned long Len; in parseSymbolBackref() local
434 unsigned long Len; in parseIdentifier() local
502 unsigned long Len) { in parseLName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp35 operator()(BinaryStreamRef Stream, uint32_t &Len, FileChecksumEntry &Item) { in operator ()()
86 uint32_t Len = alignTo(sizeof(FileChecksumEntryHeader) + Bytes.size(), 4); in addChecksum() local
H A DDebugCrossImpSubsection.cpp26 operator()(BinaryStreamRef Stream, uint32_t &Len, in operator ()()
H A DDebugInlineeLinesSubsection.cpp25 operator()(BinaryStreamRef Stream, uint32_t &Len, InlineeSourceLine &Item) { in operator ()()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DSelectorLocationsKind.cpp30 unsigned Len = II ? II->getLength() : 0; in getStandardSelLoc() local
38 unsigned Len = /* selector id */ (II ? II->getLength() : 0) + /* ':' */ 1; in getStandardSelLoc() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp265 if (const auto *Len = dyn_cast<ConstantInt>(Call->getArgOperand(2))) { in getForArgument() local
277 if (const auto *Len = dyn_cast<ConstantInt>(Call->getArgOperand(2))) { in getForArgument() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DScratchBuffer.cpp33 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp21 auto Len = RawSymbol->getLength(); in getLineNumbers() local
H A DPDBSymbolCompiland.cpp64 auto Len = EnvWorkingDir.length(); in getSourceFileFullPath() local
H A DPDBSymbolFunc.cpp101 auto Len = RawSymbol->getLength(); in getLineNumbers() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_bsd.cpp36 uptr Len = sizeof(*InfoProc); in GetMemoryProfile() local
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp84 unsigned Len = strlen(Val); in AddTokenBefore() local
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c113 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName()
125 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) { in lprofGetHostName()
H A DInstrProfilingPort.h58 #define COMPILER_RT_GETHOSTNAME(Name, Len) ((void)(Name), (void)(Len), (-1)) argument
60 #define COMPILER_RT_GETHOSTNAME(Name, Len) lprofGetHostName(Name, Len) argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1489 Value *llvm::emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitStrNCmp()
1514 Value *llvm::emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitStrNCpy()
1522 Value *llvm::emitStpNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitStpNCpy()
1530 Value *llvm::emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in emitMemCpyChk()
1552 Value *llvm::emitMemPCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitMemPCpy()
1561 Value *llvm::emitMemChr(Value *Ptr, Value *Val, Value *Len, IRBuilderBase &B, in emitMemChr()
1571 Value *llvm::emitMemRChr(Value *Ptr, Value *Val, Value *Len, IRBuilderBase &B, in emitMemRChr()
1581 Value *llvm::emitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitMemCmp()
1591 Value *llvm::emitBCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitBCmp()
1601 Value *llvm::emitMemCCpy(Value *Ptr1, Value *Ptr2, Value *Val, Value *Len, in emitMemCCpy()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp121 for (size_t I = 0, Len = DFT->size(); I < Len; I++) in DFTStringAppendToVector() local
152 size_t Len = End - Beg; in ParseDFTLine() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h187 const std::pair<offset_type, offset_type> &Len = in Emit() local
325 const offset_type Len; variable
371 unsigned Len = endian::readNext<uint16_t, llvm::endianness::little>(Items); variable
H A DBinaryItemStream.h79 assert(Len > 0 && "no empty items"); in computeItemOffsets() local
H A DSuffixTree.h82 unsigned Len = 0; member
/freebsd/contrib/diff/lib/
H A Dstrftime.c145 # define memset_space(P, Len) (wmemset (P, L' ', Len), (P) += (Len)) argument
146 # define memset_zero(P, Len) (wmemset (P, L'0', Len), (P) += (Len)) argument
148 # define memset_space(P, Len) (memset (P, ' ', Len), (P) += (Len)) argument
149 # define memset_zero(P, Len) (memset (P, '0', Len), (P) += (Len)) argument
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp30 void clearCache(void *Addr, size_t Len) { in clearCache()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h217 const size_t Len = MBBs.size(); in fullyRecomputeLiveIns() local

1234567