Searched refs:AddEntry (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/jemalloc/bin/ |
| H A D | jeprof.in | 1786 AddEntry($samples1, $line, $running1); 1787 AddEntry($samples2, $line, $running2); 1802 AddEntry($samples1, $lastline, $running1); 1803 AddEntry($samples2, $lastline, $running2); 2784 AddEntry($result, $addrs[0], $count); 2800 AddEntry($result, $a, $count); 2887 AddEntry($calls, $destination, $count); 2891 AddEntry($calls, $call, $count); 2929 AddEntry($result, $reduced_path, $count); 3067 AddEntry($result, $reduced_path, $count); [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManagerInternals.h | 128 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | event_rpcgen.py | 72 def AddEntry(self, entry): member in Struct 1568 newstruct.AddEntry(newentry)
|
| /freebsd/contrib/libevent/ |
| H A D | event_rpcgen.py | 72 def AddEntry(self, entry): member in Struct 1568 newstruct.AddEntry(newentry)
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 828 auto AddEntry = [&](const DbgValueLocEntry &Entry, in applyConcreteDbgVariableAttributes() local 866 return AddEntry(DVal->getLocEntries()[Idx], Cursor); in applyConcreteDbgVariableAttributes()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 267 void LineTableInfo::AddEntry(FileID FID, in AddEntry() function in LineTableInfo
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1438 LineTable.AddEntry(FID, Entries); in ParseLineTable()
|