Searched refs:addToSymbolTable (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.h | 206 void addToSymbolTable(StringRef Name, LVScope *Function, 208 void addToSymbolTable(StringRef Name, LVAddress Address,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 121 void LVBinaryReader::addToSymbolTable(StringRef Name, LVScope *Function, in addToSymbolTable() function in LVBinaryReader 125 void LVBinaryReader::addToSymbolTable(StringRef Name, LVAddress Address, in addToSymbolTable() function in LVBinaryReader 895 addToSymbolTable(Scope->getLinkageName(), Scope, SectionIndex); in includeInlineeLines()
|
| H A D | LVDWARFReader.cpp | 1047 addToSymbolTable(Name, Address, SectionIndex, IsComdat); in mapRangeAddress()
|
| H A D | LVCodeViewReader.cpp | 840 addToSymbolTable(SymbolName, Symbol.getValue(), Symbol.getSectionNumber(), in mapRangeAddress()
|
| H A D | LVCodeViewVisitor.cpp | 1527 Reader->addToSymbolTable(LinkageName, Function); in visitKnownRecord()
|