Home
last modified time | relevance | path

Searched refs:addToSymbolTable (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h217 void addToSymbolTable(StringRef Name, LVScope *Function,
219 void addToSymbolTable(StringRef Name, LVAddress Address,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp121 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 DLVDWARFReader.cpp1245 addToSymbolTable(Name, Address, SectionIndex, IsComdat); in mapRangeAddress()
H A DLVCodeViewReader.cpp846 addToSymbolTable(SymbolName, Symbol.getValue(), Symbol.getSectionNumber(), in mapRangeAddress()
H A DLVCodeViewVisitor.cpp1534 Reader->addToSymbolTable(LinkageName, Function); in visitKnownRecord()