OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usesELFSectionDirectiveForBSS
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCSectionELF.cpp
29
(Name == ".bss" && !MAI.
usesELFSectionDirectiveForBSS
()))
/external/llvm/include/llvm/MC/
MCAsmInfo.h
208
///
UsesELFSectionDirectiveForBSS
- This is true if this target uses ELF
211
bool
UsesELFSectionDirectiveForBSS
; // Defaults to false.
404
bool
usesELFSectionDirectiveForBSS
() const {
405
return
UsesELFSectionDirectiveForBSS
;
Completed in 101 milliseconds