/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | Valgrind.cpp | 26 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 D | SuffixTreeNode.cpp | 21 void SuffixTreeNode::setConcatLen(unsigned Len) { ConcatLen = Len; } in setConcatLen() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Edit/ |
H A D | Commit.cpp | 93 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 D | DLangDemangle.cpp | 279 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 D | DebugChecksumsSubsection.cpp | 35 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 D | DebugCrossImpSubsection.cpp | 26 operator()(BinaryStreamRef Stream, uint32_t &Len, in operator ()()
|
H A D | DebugInlineeLinesSubsection.cpp | 25 operator()(BinaryStreamRef Stream, uint32_t &Len, InlineeSourceLine &Item) { in operator ()()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | SelectorLocationsKind.cpp | 30 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 D | ScratchBuffer.cpp | 33 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryLocation.cpp | 265 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 D | PDBSymbolData.cpp | 21 auto Len = RawSymbol->getLength(); in getLineNumbers() local
|
H A D | PDBSymbolCompiland.cpp | 64 auto Len = EnvWorkingDir.length(); in getSourceFileFullPath() local
|
H A D | PDBSymbolFunc.cpp | 101 auto Len = RawSymbol->getLength(); in getLineNumbers() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_bsd.cpp | 41 uptr Len = sizeof(InfoProc); GetMemoryProfile() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 84 unsigned Len = strlen(Val); in AddTokenBefore() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingUtil.c | 113 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 D | InstrProfilingPort.h | 58 #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 D | BuildLibCalls.cpp | 1519 {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 D | FuzzerDataFlowTrace.cpp | 121 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 D | SuffixTree.h | 79 unsigned Len = 0; global() member
|
H A D | BinaryItemStream.h | 78 uint64_t Len = Traits::length(Item); in computeItemOffsets() local
|
H A D | OnDiskHashTable.h | 187 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 D | xray_powerpc64.cpp | 30 void clearCache(void *Addr, size_t Len) { in clearCache()
|
/freebsd-src/contrib/diff/lib/ |
H A D | strftime.c | 145 # 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 D | SPIRVUtils.cpp | 46 const size_t Len = Str.size() + 1; getPaddedLen() local 312 size_t Start, Len = 0; getOclOrSpirvBuiltinDemangledName() local
|