Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h175 void addToSymbolTable(StringRef Name, LVScope *Function,
177 void addToSymbolTable(StringRef Name, LVAddress Address,
/freebsd-14.2/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
882 addToSymbolTable(Scope->getLinkageName(), Scope, SectionIndex); in includeInlineeLines()
H A DLVELFReader.cpp1224 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()