HomeSort by relevance Sort by last modified time
    Searched refs:IndirectSymBase (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachObjectWriter.h 95 llvm::DenseMap<const MCSectionData*, unsigned> IndirectSymBase;
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 223 Write32(IndirectSymBase.lookup(&SD)); // reserved1
383 if (!IndirectSymBase.count(it->SectionData))
384 IndirectSymBase[it->SectionData] = IndirectIndex;
401 if (!IndirectSymBase.count(it->SectionData))
402 IndirectSymBase[it->SectionData] = IndirectIndex;
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 99 llvm::DenseMap<const MCSection *, unsigned> IndirectSymBase;
  /external/llvm/lib/MC/
MachObjectWriter.cpp 33 IndirectSymBase.clear();
232 write32(IndirectSymBase.lookup(&Sec)); // reserved1
479 IndirectSymBase.insert(std::make_pair(it->Section, IndirectIndex));
495 IndirectSymBase.insert(std::make_pair(it->Section, IndirectIndex));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 102 DenseMap<const MCSection *, unsigned> IndirectSymBase;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 102 DenseMap<const MCSection *, unsigned> IndirectSymBase;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 102 DenseMap<const MCSection *, unsigned> IndirectSymBase;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 102 DenseMap<const MCSection *, unsigned> IndirectSymBase;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 102 DenseMap<const MCSection *, unsigned> IndirectSymBase;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 102 DenseMap<const MCSection *, unsigned> IndirectSymBase;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 102 DenseMap<const MCSection *, unsigned> IndirectSymBase;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 102 DenseMap<const MCSection *, unsigned> IndirectSymBase;

Completed in 759 milliseconds