OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSection
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/MC/
WinCOFFStreamer.cpp
100
void
SetSection
(StringRef Section,
107
SetSection
(".text",
116
SetSection
(".data",
125
SetSection
(".bss",
167
Symbol->
setSection
(*Section);
MCELFStreamer.cpp
37
inline void MCELFStreamer::
SetSection
(StringRef Section, unsigned Type,
43
SetSection
(".data",
51
SetSection
(".text",
59
SetSection
(".bss",
273
Symbol->
setSection
(*Section);
321
Symbol->
setSection
(*getCurrentSection().first);
/external/llvm/include/llvm/MC/
MCELFStreamer.h
116
void
SetSection
(StringRef Section, unsigned Type, unsigned Flags,
Completed in 41 milliseconds