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 206 getMachOSection(StringRef Segment, StringRef Section,
  /external/llvm/include/llvm/MC/
MCContext.h 234 /// getMachOSection - Return the MCSection for the specified mach-o section.
236 const MCSectionMachO *getMachOSection(StringRef Segment,
241 const MCSectionMachO *getMachOSection(StringRef Segment,
245 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);

Completed in 543 milliseconds