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
135
StringRef
getSegmentName
() const {
149
return StringRef(
getSegmentName
().str() + getSectionName().str() + "_begin");
153
return StringRef(
getSegmentName
().str() + getSectionName().str() + "_end");
/external/llvm/lib/MC/
MCSectionMachO.cpp
96
OS << "\t.section\t" <<
getSegmentName
() << ',' << getSectionName();
MachObjectWriter.cpp
219
WriteBytes(Section.
getSegmentName
(), 16);
[
all
...]
MCAsmStreamer.cpp
573
OS << MOSection->
getSegmentName
() << "," << MOSection->getSectionName();
[
all
...]
Completed in 28 milliseconds