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
207
getMachOSection
(StringRef Segment, StringRef Section,
/external/llvm/include/llvm/MC/
MCContext.h
251
///
getMachOSection
- Return the MCSection for the specified mach-o section.
253
const MCSectionMachO *
getMachOSection
(StringRef Segment,
258
const MCSectionMachO *
getMachOSection
(StringRef Segment,
262
return
getMachOSection
(Segment, Section, TypeAndAttributes, 0, K);
Completed in 181 milliseconds