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.h206 void addToSymbolTable(StringRef Name, LVScope *Function,
208 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
895 addToSymbolTable(Scope->getLinkageName(), Scope, SectionIndex); in includeInlineeLines()
H A DLVDWARFReader.cpp1047 addToSymbolTable(Name, Address, SectionIndex, IsComdat); in mapRangeAddress()
H A DLVCodeViewReader.cpp840 addToSymbolTable(SymbolName, Symbol.getValue(), Symbol.getSectionNumber(), in mapRangeAddress()
H A DLVCodeViewVisitor.cpp1527 Reader->addToSymbolTable(LinkageName, Function); in visitKnownRecord()