Home
last modified time | relevance | path

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

/netbsd/external/bsd/jemalloc/dist/bin/
H A Djeprof.in2769 AddEntry($result, $addrs[0], $count);
2785 AddEntry($result, $a, $count);
2838 AddEntry($calls, $destination, $count);
2842 AddEntry($calls, $call, $count);
3092 AddEntry($result, $k, $count);
3118 AddEntry($result, $k, $count);
3143 AddEntry($R, $k, $v);
3148 AddEntry($R, $k, $v);
3199 AddEntry($R, $k, $v);
3205 AddEntry($R, $k, 0 - $B->{$k});
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManagerInternals.h128 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
/netbsd/external/bsd/libevent/dist/
H A Devent_rpcgen.py72 def AddEntry(self, entry): member in Struct
1568 newstruct.AddEntry(newentry)
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Devent_rpcgen.py59 def AddEntry(self, entry): member in Struct
1411 newstruct.AddEntry(newentry)
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp781 auto AddEntry = [&](const DbgValueLocEntry &Entry, in constructVariableDIEImpl() local
811 return AddEntry(DVal->getLocEntries()[Idx], Cursor); in constructVariableDIEImpl()
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp259 void LineTableInfo::AddEntry(FileID FID, in AddEntry() function in LineTableInfo
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1311 LineTable.AddEntry(FileID::get(FID), Entries); in ParseLineTable()