OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doesSectionRequireSymbols
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmBackend.h
65
///
doesSectionRequireSymbols
- Check whether the given section requires that
67
virtual bool
doesSectionRequireSymbols
(const MCSection &Section) const {
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp
141
virtual bool
doesSectionRequireSymbols
(const MCSection &Section) const {
176
virtual bool
doesSectionRequireSymbols
(const MCSection &Section) const {
/external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp
319
virtual bool
doesSectionRequireSymbols
(const MCSection &Section) const {
400
virtual bool
doesSectionRequireSymbols
(const MCSection &Section) const {
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp
445
virtual bool
doesSectionRequireSymbols
(const MCSection &Section) const {
Completed in 89 milliseconds