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

  /external/llvm/include/llvm/MC/
MCExpr.h 27 typedef DenseMap<const MCSectionData*, uint64_t> SectionAddrMap;
49 const SectionAddrMap *Addrs) const;
55 const SectionAddrMap *Addrs,
82 const SectionAddrMap &Addrs) const;
MCMachObjectWriter.h 133 SectionAddrMap SectionAddress;
135 SectionAddrMap &getSectionAddressMap() { return SectionAddress; }
  /external/llvm/lib/MC/
MCExpr.cpp 308 const SectionAddrMap &Addrs) const {
318 const SectionAddrMap *Addrs) const {
342 const SectionAddrMap *Addrs,
422 const SectionAddrMap *Addrs,
488 const SectionAddrMap *Addrs,

Completed in 123 milliseconds