Home
last modified time | relevance | path

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

/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()