/freebsd/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()
|
H A D | Chrono.cpp | 89 size_t Len = strftime(Buffer, sizeof(Buffer), Format.c_str(), <); format() local
|
/freebsd/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/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/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/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
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ScratchBuffer.cpp | 33 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()
|
/freebsd/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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_bsd.cpp | 36 uptr Len = sizeof(*InfoProc); in GetMemoryProfile() local
|
/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 84 unsigned Len = strlen(Val); in AddTokenBefore() local
|
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1489 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 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/contrib/llvm-project/llvm/include/llvm/Support/ |
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 = endian::readNext<uint16_t, llvm::endianness::little>(Items); variable
|
H A D | BinaryItemStream.h | 79 assert(Len > 0 && "no empty items"); in computeItemOffsets() local
|
H A D | SuffixTree.h | 82 unsigned Len = 0; member
|
/freebsd/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/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_powerpc64.cpp | 30 void clearCache(void *Addr, size_t Len) { in clearCache()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LivePhysRegs.h | 217 const size_t Len = MBBs.size(); in fullyRecomputeLiveIns() local
|