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

  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 119 SectionAddrMap SectionAddress;
121 SectionAddrMap &getSectionAddressMap() { return SectionAddress; }
MCExpr.h 28 typedef DenseMap<const MCSectionData*, uint64_t> SectionAddrMap;
50 const SectionAddrMap *Addrs) const;
56 const SectionAddrMap *Addrs,
86 const SectionAddrMap &Addrs) const;
  /external/llvm/lib/MC/
MCExpr.cpp 257 const SectionAddrMap &Addrs) const {
267 const SectionAddrMap *Addrs) const {
291 const SectionAddrMap *Addrs,
366 const SectionAddrMap *Addrs,
432 const SectionAddrMap *Addrs,

Completed in 303 milliseconds