Home
last modified time | relevance | path

Searched refs:lsi (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp225 SymbolTableMap::const_iterator lsi = Symbols.find(TargetName.data()); in processRelocationRef() local
226 if (lsi != Symbols.end()) { in processRelocationRef()
227 Value.SectionID = lsi->second.first; in processRelocationRef()
228 Value.Addend = lsi->second.second; in processRelocationRef()
DRuntimeDyldELF.cpp615 SymbolTableMap::const_iterator lsi = Symbols.find(TargetName.data()); in processRelocationRef() local
618 if (lsi != Symbols.end()) { in processRelocationRef()
619 Value.SectionID = lsi->second.first; in processRelocationRef()
620 Value.Addend = lsi->second.second; in processRelocationRef()