reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
113 return getSectionSymbol(reloc.Index)->section->outputOffset + reloc.Addend; 211 return getSectionSymbol(reloc.Index)->section->outputOffset + reloc.Addend;tools/lld/wasm/Symbols.cpp
331 assert(section->outputSec && section->outputSec->sectionSym); 331 assert(section->outputSec && section->outputSec->sectionSym); 332 return section->outputSec->sectionSym;