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 27 typedef DenseMap<const MCSectionData*, uint64_t> SectionAddrMap;
49 const SectionAddrMap *Addrs) const;
55 const SectionAddrMap *Addrs,
85 const SectionAddrMap &Addrs) const;
  /external/llvm/lib/MC/
MCExpr.cpp 278 const SectionAddrMap &Addrs) const {
288 const SectionAddrMap *Addrs) const {
312 const SectionAddrMap *Addrs,
392 const SectionAddrMap *Addrs,
458 const SectionAddrMap *Addrs,

Completed in 22 milliseconds