Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp49 IndirectSymBase.clear(); in reset()
295 W.write<uint32_t>(IndirectSymBase.lookup(&Sec)); // reserved1 in writeSection()
552 IndirectSymBase.insert(std::make_pair(ISD.Section, IndirectIndex)); in bindIndirectSymbols()
566 IndirectSymBase.insert(std::make_pair(ISD.Section, IndirectIndex)); in bindIndirectSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h140 DenseMap<const MCSection *, unsigned> IndirectSymBase; variable