Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManagerInternals.h128 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp795 auto AddEntry = [&](const DbgValueLocEntry &Entry, in constructVariableDIEImpl() local
833 return AddEntry(DVal->getLocEntries()[Idx], Cursor); in constructVariableDIEImpl()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp259 void LineTableInfo::AddEntry(FileID FID, in AddEntry() function in LineTableInfo
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp1357 LineTable.AddEntry(FID, Entries); in ParseLineTable()