Lines Matching refs:LVCodeViewReader

50 StringRef LVCodeViewReader::getSymbolKindName(SymbolKind Kind) {  in getSymbolKindName()
62 std::string LVCodeViewReader::formatRegisterId(RegisterId Register, in formatRegisterId()
105 void LVCodeViewReader::printRelocatedField(StringRef Label, in printRelocatedField()
118 void LVCodeViewReader::getLinkageName(const coff_section *CoffSection, in getLinkageName()
128 LVCodeViewReader::getFileNameForFileOffset(uint32_t FileOffset, in getFileNameForFileOffset()
156 Error LVCodeViewReader::printFileNameForOffset(StringRef Label, in printFileNameForOffset()
166 void LVCodeViewReader::cacheRelocations() { in cacheRelocations()
182 Error LVCodeViewReader::resolveSymbol(const coff_section *CoffSection, in resolveSymbol()
202 Error LVCodeViewReader::resolveSymbolName(const coff_section *CoffSection, in resolveSymbolName()
218 bool LVCodeViewReader::isSystemEntry(LVElement *Element, StringRef Name) const { in isSystemEntry()
246 Error LVCodeViewReader::collectInlineeInfo( in collectInlineeInfo()
276 Error LVCodeViewReader::traverseInlineeLines(StringRef Subsection) { in traverseInlineeLines()
285 Error LVCodeViewReader::createLines( in createLines()
333 Error LVCodeViewReader::initializeFileAndStringTables( in initializeFileAndStringTables()
372 Error LVCodeViewReader::loadTypeServer(TypeServer2Record &TS) { in loadTypeServer()
427 Error LVCodeViewReader::loadPrecompiledObject(PrecompRecord &Precomp, in loadPrecompiledObject()
532 Error LVCodeViewReader::traverseTypeSection(StringRef SectionName, in traverseTypeSection()
578 Error LVCodeViewReader::traverseTypes(PDBFile &Pdb, in traverseTypes()
614 Error LVCodeViewReader::traverseSymbolsSubsection(StringRef Subsection, in traverseSymbolsSubsection()
642 Error LVCodeViewReader::traverseSymbolSection(StringRef SectionName, in traverseSymbolSection()
799 void LVCodeViewReader::sortScopes() { Root->sort(); } in sortScopes()
801 void LVCodeViewReader::print(raw_ostream &OS) const { in print()
805 void LVCodeViewReader::mapRangeAddress(const ObjectFile &Obj, in mapRangeAddress()
851 Error LVCodeViewReader::createScopes(COFFObjectFile &Obj) { in createScopes()
899 Error LVCodeViewReader::createScopes(PDBFile &Pdb) { in createScopes()
1119 Error LVCodeViewReader::processModule() { in processModule()
1159 Error LVCodeViewReader::createScopes() { in createScopes()
1183 Error LVCodeViewReader::loadTargetInfo(const ObjectFile &Obj) { in loadTargetInfo()
1202 Error LVCodeViewReader::loadTargetInfo(const PDBFile &Pdb) { in loadTargetInfo()
1213 std::string LVCodeViewReader::getRegisterName(LVSmall Opcode, in getRegisterName()