Home
last modified time | relevance | path

Searched defs:LineEntries (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h92 std::map<FileID, std::vector<LineEntry>> LineEntries; variable
/llvm-project/llvm/unittests/MC/
H A DDwarfLineTableHeaders.cpp129 MCDwarfLineTable::emitOne(TheStreamer, Section, LineEntries); in emitDebugLineSection() local
/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp172 emitOne(MCStreamer * MCOS,MCSection * Section,const MCLineSection::MCDwarfLineEntryCollection & LineEntries) emitOne() argument