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 | 217 void addToSymbolTable(StringRef Name, LVScope *Function, 219 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 911 addToSymbolTable(Scope->getLinkageName(), Scope, SectionIndex); in includeInlineeLines()
|
H A D | LVDWARFReader.cpp | 1245 addToSymbolTable(Name, Address, SectionIndex, IsComdat); in mapRangeAddress()
|
H A D | LVCodeViewReader.cpp | 846 addToSymbolTable(SymbolName, Symbol.getValue(), Symbol.getSectionNumber(), in mapRangeAddress()
|
H A D | LVCodeViewVisitor.cpp | 1534 Reader->addToSymbolTable(LinkageName, Function); in visitKnownRecord()
|