Searched defs:getMachOSection (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/
H A DMCContext.cpp210 getMachOSection(StringRef Segment, StringRef Section, function in class:MCContext
/external/llvm/include/llvm/MC/
H A DMCContext.h236 /// getMachOSection - Return the MCSection for the specified mach-o section.
238 const MCSectionMachO *getMachOSection(StringRef Segment,
243 const MCSectionMachO *getMachOSection(StringRef Segment, function in class:llvm::MCContext
247 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);

Completed in 336 milliseconds