OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMachOSection
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCContext.cpp
210
getMachOSection
(StringRef Segment, StringRef Section,
/external/llvm/include/llvm/MC/
MCContext.h
236
///
getMachOSection
- Return the MCSection for the specified mach-o section.
238
const MCSectionMachO *
getMachOSection
(StringRef Segment,
243
const MCSectionMachO *
getMachOSection
(StringRef Segment,
247
return
getMachOSection
(Segment, Section, TypeAndAttributes, 0, K);
Completed in 823 milliseconds