Home
last modified time | relevance | path

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

1234567

/freebsd-src/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() argument
/freebsd-src/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp93 unsigned Len; in remove() local
121 unsigned Len; in replace() local
171 unsigned Len; in replaceText() local
213 FileOffset Offs, unsigned Len) { in addRemove()
297 FileOffset &Offs, unsigned &Len) { in canRemoveRange()
324 FileOffset &Offs, unsigned &Len) { in canReplaceText()
/freebsd-src/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-src/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-src/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-src/contrib/llvm-project/clang/lib/Lex/
H A DScratchBuffer.cpp33 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()
/freebsd-src/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
[all...]
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_bsd.cpp41 uptr Len = sizeof(InfoProc); GetMemoryProfile() local
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp84 unsigned Len = strlen(Val); in AddTokenBefore() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1519 {Dst, Src, Len}, B, TLI); in emitMemCpyChk() argument
1478 emitStrNCmp(Value * Ptr1,Value * Ptr2,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitStrNCmp() argument
1503 emitStrNCpy(Value * Dst,Value * Src,Value * Len,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStrNCpy() argument
1511 emitStpNCpy(Value * Dst,Value * Src,Value * Len,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStpNCpy() argument
1541 emitMemPCpy(Value * Dst,Value * Src,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitMemPCpy() argument
1550 emitMemChr(Value * Ptr,Value * Val,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitMemChr() argument
1560 emitMemRChr(Value * Ptr,Value * Val,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitMemRChr() argument
1570 emitMemCmp(Value * Ptr1,Value * Ptr2,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitMemCmp() argument
1580 emitBCmp(Value * Ptr1,Value * Ptr2,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitBCmp() argument
1590 emitMemCCpy(Value * Ptr1,Value * Ptr2,Value * Val,Value * Len,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitMemCCpy() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTree.h79 unsigned Len = 0; global() member
H A DBinaryItemStream.h78 uint64_t Len = Traits::length(Item); in computeItemOffsets() local
H A DOnDiskHashTable.h187 const std::pair<offset_type, offset_type> &Len = in Emit() local
325 const offset_type Len; variable
371 unsigned Len = global() variable
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp30 void clearCache(void *Addr, size_t Len) { in clearCache()
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp46 const size_t Len = Str.size() + 1; getPaddedLen() local
312 size_t Start, Len = 0; getOclOrSpirvBuiltinDemangledName() local

1234567