Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h128 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py72 def AddEntry(self, entry): member in Struct
1568 newstruct.AddEntry(newentry)
/freebsd-14.2/contrib/libevent/
H A Devent_rpcgen.py72 def AddEntry(self, entry): member in Struct
1568 newstruct.AddEntry(newentry)
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp813 auto AddEntry = [&](const DbgValueLocEntry &Entry, in applyConcreteDbgVariableAttributes() local
851 return AddEntry(DVal->getLocEntries()[Idx], Cursor); in applyConcreteDbgVariableAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp259 void LineTableInfo::AddEntry(FileID FID, in AddEntry() function in LineTableInfo
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1397 LineTable.AddEntry(FID, Entries); in ParseLineTable()