Lines Matching refs:LVBinaryReader

121 void LVBinaryReader::addToSymbolTable(StringRef Name, LVScope *Function,  in addToSymbolTable()
125 void LVBinaryReader::addToSymbolTable(StringRef Name, LVAddress Address, in addToSymbolTable()
130 LVSectionIndex LVBinaryReader::updateSymbolTable(LVScope *Function) { in updateSymbolTable()
134 const LVSymbolTableEntry &LVBinaryReader::getSymbolTableEntry(StringRef Name) { in getSymbolTableEntry()
137 LVAddress LVBinaryReader::getSymbolTableAddress(StringRef Name) { in getSymbolTableAddress()
140 LVSectionIndex LVBinaryReader::getSymbolTableIndex(StringRef Name) { in getSymbolTableIndex()
143 bool LVBinaryReader::getSymbolTableIsComdat(StringRef Name) { in getSymbolTableIsComdat()
147 void LVBinaryReader::mapVirtualAddress(const object::ObjectFile &Obj) { in mapVirtualAddress()
222 void LVBinaryReader::mapVirtualAddress(const object::COFFObjectFile &COFFObj) { in mapVirtualAddress()
277 Error LVBinaryReader::loadGenericTargetInfo(StringRef TheTriple, in loadGenericTargetInfo()
339 LVBinaryReader::getSection(LVScope *Scope, LVAddress Address, in getSection()
370 void LVBinaryReader::addSectionRange(LVSectionIndex SectionIndex, in addSectionRange()
376 void LVBinaryReader::addSectionRange(LVSectionIndex SectionIndex, in addSectionRange()
383 LVRange *LVBinaryReader::getSectionRanges(LVSectionIndex SectionIndex) { in getSectionRanges()
394 Error LVBinaryReader::createInstructions(LVScope *Scope, in createInstructions()
529 Error LVBinaryReader::createInstructions(LVScope *Function, in createInstructions()
541 Error LVBinaryReader::createInstructions() { in createInstructions()
584 void LVBinaryReader::processLines(LVLines *DebugLines, in processLines()
789 void LVBinaryReader::processLines(LVLines *DebugLines, in processLines()
893 void LVBinaryReader::includeInlineeLines(LVSectionIndex SectionIndex, in includeInlineeLines()
965 void LVBinaryReader::print(raw_ostream &OS) const { in print()