Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp225 DenseMap<const MCSymbol *, uint32_t> SymbolIndexMap; member in __anondfe4bda90111::XCOFFObjectWriter
344 SymbolIndexMap.clear(); in reset()
525 return SymbolIndexMap.find(Sym) != SymbolIndexMap.end() in recordRelocation()
526 ? SymbolIndexMap[Sym] in recordRelocation()
527 : SymbolIndexMap[ContainingCsect->getQualNameSymbol()]; in recordRelocation()
986 SymbolIndexMap[Csect.MCSec->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()
1033 SymbolIndexMap[MCSec->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()
1039 SymbolIndexMap[Sym.MCSym] = Sym.SymbolTableIndex; in assignAddressesAndIndices()
1083 SymbolIndexMap[MCSec->getQualNameSymbol()] = DwarfSect.SymbolTableIndex; in assignAddressesAndIndices()