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 161 getMachOSection(StringRef Segment, StringRef Section,
  /external/llvm/include/llvm/MC/
MCContext.h 196 /// getMachOSection - Return the MCSection for the specified mach-o section.
198 const MCSectionMachO *getMachOSection(StringRef Segment,
203 const MCSectionMachO *getMachOSection(StringRef Segment,
207 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);

Completed in 37 milliseconds