HomeSort by relevance Sort by last modified time
    Searched defs:getMachOSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCContext.cpp 156 getMachOSection(StringRef Segment, StringRef Section,
  /external/llvm/include/llvm/MC/
MCContext.h 169 /// getMachOSection - Return the MCSection for the specified mach-o section.
171 const MCSectionMachO *getMachOSection(StringRef Segment,
176 const MCSectionMachO *getMachOSection(StringRef Segment,
180 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);

Completed in 290 milliseconds