Home
last modified time | relevance | path

Searched refs:addLineEntry (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/MC/
DMCCodeView.h118 void addLineEntry(const MCCVLineEntry &LineEntry) { in addLineEntry() function
DMCDwarf.h163 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry() function
/external/llvm-project/llvm/include/llvm/MC/
DMCCodeView.h170 void addLineEntry(const MCCVLoc &LineEntry);
DMCDwarf.h185 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h172 void addLineEntry(const MCCVLoc &LineEntry);
DMCDwarf.h180 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry() function
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp134 addLineEntry(MCCVLoc{ in recordCVLoc()
265 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry() function in CodeViewContext
DMCDwarf.cpp132 .addLineEntry(LineEntry, Section); in Make()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp134 addLineEntry(MCCVLoc{ in recordCVLoc()
265 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry() function in CodeViewContext
DMCDwarf.cpp109 .addLineEntry(LineEntry, Section); in Make()
/external/llvm/lib/MC/
DMCCodeView.cpp457 MCOS->getContext().getCVContext().addLineEntry(LineEntry); in Make()
DMCDwarf.cpp72 .addLineEntry(LineEntry, Section); in Make()