Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp223 Write32(IndirectSymBase.lookup(&SD)); // reserved1 in WriteSection()
383 if (!IndirectSymBase.count(it->SectionData)) in BindIndirectSymbols()
384 IndirectSymBase[it->SectionData] = IndirectIndex; in BindIndirectSymbols()
401 if (!IndirectSymBase.count(it->SectionData)) in BindIndirectSymbols()
402 IndirectSymBase[it->SectionData] = IndirectIndex; in BindIndirectSymbols()
/external/llvm/lib/MC/
DMachObjectWriter.cpp33 IndirectSymBase.clear(); in reset()
232 write32(IndirectSymBase.lookup(&Sec)); // reserved1 in writeSection()
479 IndirectSymBase.insert(std::make_pair(it->Section, IndirectIndex)); in bindIndirectSymbols()
495 IndirectSymBase.insert(std::make_pair(it->Section, IndirectIndex)); in bindIndirectSymbols()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCMachObjectWriter.h95 llvm::DenseMap<const MCSectionData*, unsigned> IndirectSymBase; variable
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h99 llvm::DenseMap<const MCSection *, unsigned> IndirectSymBase; variable