HomeSort by relevance Sort by last modified time
    Searched refs:getBSS (Results 1 - 15 of 15) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 83 LDSection& getBSS() {
88 const LDSection& getBSS() const {
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 42 SectionKind::getBSS());
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 34 SectionKind::getBSS());
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 31 SectionKind::getBSS());
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 38 SectionKind::getBSS());
  /external/llvm/include/llvm/MC/
SectionKind.h 225 static SectionKind getBSS() { return get(BSS); }
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 111 SectionKind::getBSS());
114 SectionKind::getBSS());
277 SectionKind::getBSS());
MCELFStreamer.cpp 147 ELF::SHF_ALLOC, SectionKind::getBSS());
334 SectionKind::getBSS());
WinCOFFStreamer.cpp 120 SectionKind::getBSS());
153 SectionName, Characteristics, Selection, SectionKind::getBSS());
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 146 return SectionKind::getBSS();
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 598 0, SectionKind::getBSS()));
656 0, SectionKind::getBSS()),
COFFAsmParser.cpp 99 SectionKind::getBSS());
ELFAsmParser.cpp 93 ELF::SHF_ALLOC, SectionKind::getBSS());
AsmParser.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 109 return SectionKind::getBSS();

Completed in 169 milliseconds