OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSegmentName
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/MC/
MCSectionMachO.h
134
StringRef
getSegmentName
() const {
/external/llvm/lib/MC/
MCSectionMachO.cpp
95
OS << "\t.section\t" <<
getSegmentName
() << ',' << getSectionName();
MCAsmStreamer.cpp
500
OS << MOSection->
getSegmentName
() << "," << MOSection->getSectionName();
[
all
...]
MachObjectWriter.cpp
204
WriteBytes(Section.
getSegmentName
(), 16);
Completed in 82 milliseconds