Home
last modified time | relevance | path

Searched refs:AddEntry (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/jemalloc/bin/
H A Djeprof.in1786 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 DSourceManagerInternals.h128 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py72 def AddEntry(self, entry): member in Struct
1568 newstruct.AddEntry(newentry)
/freebsd/contrib/libevent/
H A Devent_rpcgen.py72 def AddEntry(self, entry): member in Struct
1568 newstruct.AddEntry(newentry)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp828 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 DSourceManager.cpp267 void LineTableInfo::AddEntry(FileID FID, in AddEntry() function in LineTableInfo
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1438 LineTable.AddEntry(FID, Entries); in ParseLineTable()