OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseSectionSwitch
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp
36
bool
ParseSectionSwitch
(const char *Segment, const char *Section,
183
return
ParseSectionSwitch
("__TEXT", "__const");
186
return
ParseSectionSwitch
("__TEXT", "__static_const");
189
return
ParseSectionSwitch
("__TEXT","__cstring",
193
return
ParseSectionSwitch
("__TEXT", "__literal4",
197
return
ParseSectionSwitch
("__TEXT", "__literal8",
201
return
ParseSectionSwitch
("__TEXT","__literal16",
205
return
ParseSectionSwitch
("__TEXT","__constructor");
208
return
ParseSectionSwitch
("__TEXT","__destructor");
211
return
ParseSectionSwitch
("__TEXT","__fvmlib_init0")
[
all
...]
ELFAsmParser.cpp
33
bool
ParseSectionSwitch
(StringRef Section, unsigned Type,
85
return
ParseSectionSwitch
(".data", ELF::SHT_PROGBITS,
90
return
ParseSectionSwitch
(".text", ELF::SHT_PROGBITS,
95
return
ParseSectionSwitch
(".bss", ELF::SHT_NOBITS,
100
return
ParseSectionSwitch
(".rodata", ELF::SHT_PROGBITS,
105
return
ParseSectionSwitch
(".tdata", ELF::SHT_PROGBITS,
111
return
ParseSectionSwitch
(".tbss", ELF::SHT_NOBITS,
117
return
ParseSectionSwitch
(".data.rel", ELF::SHT_PROGBITS,
123
return
ParseSectionSwitch
(".data.rel.ro", ELF::SHT_PROGBITS,
129
return
ParseSectionSwitch
(".data.rel.ro.local", ELF::SHT_PROGBITS
[
all
...]
COFFAsmParser.cpp
34
bool
ParseSectionSwitch
(StringRef Section,
87
return
ParseSectionSwitch
(".text",
94
return
ParseSectionSwitch
(".data",
101
return
ParseSectionSwitch
(".bss",
284
bool COFFAsmParser::
ParseSectionSwitch
(StringRef Section,
347
ParseSectionSwitch
(SectionName, Flags, Kind);
Completed in 23 milliseconds