forked from OSchip/llvm-project
parent
91dbd52890
commit
f3dc9649ce
|
@ -84,7 +84,7 @@ static Symbol *getSymbol(SectionChunk *SC, uint32_t Addr) {
|
|||
return Candidate;
|
||||
}
|
||||
|
||||
std::string lld::coff::getSymbolLocations(ObjFile *File, uint32_t SymIndex) {
|
||||
std::string getSymbolLocations(ObjFile *File, uint32_t SymIndex) {
|
||||
struct Location {
|
||||
Symbol *Sym;
|
||||
std::pair<StringRef, uint32_t> FileLine;
|
||||
|
|
Loading…
Reference in New Issue