Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp200 const SectionIndexMapTy &SectionIndexMap,
212 const SectionIndexMapTy &SectionIndexMap,
226 void writeSection(const SectionIndexMapTy &SectionIndexMap,
688 MSD.SectionIndex = SectionIndexMap.lookup(&Section); in computeSymbolTable()
1024 sh_link = SectionIndexMap.lookup(Sec); in writeSection()
1073 SectionIndexMapTy SectionIndexMap; in writeObject() local
1120 SectionIndexMap[&Section] = addToSectionTable(&Section); in writeObject()
1122 SectionIndexMap[RelSection] = addToSectionTable(RelSection); in writeObject()
1147 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject()
1168 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap, in writeObject()
[all …]
H A DMachObjectWriter.cpp530 DenseMap<const MCSection*, uint8_t> SectionIndexMap; in computeSymbolTable() local
534 SectionIndexMap[&*it] = Index; in computeSymbolTable()
570 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
593 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection()); in computeSymbolTable()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h586 llvm::DenseMap<OutputSection *, size_t> SectionIndexMap; variable
H A DSyntheticSections.cpp1949 SectionIndexMap[E.Sym->getOutputSection()] = ++I; in getSymbolIndex()
1958 return SectionIndexMap.lookup(Sym->getOutputSection()); in getSymbolIndex()