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

  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 85 LDSection& getBSS() {
90 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 39 SectionKind::getBSS());
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 54 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 149 ELF::SHF_ALLOC, SectionKind::getBSS());
336 SectionKind::getBSS());
WinCOFFStreamer.cpp 120 SectionKind::getBSS());
153 SectionName, Characteristics, Selection, SectionKind::getBSS());
MCMachOStreamer.cpp 331 0, SectionKind::getBSS()),
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 146 return SectionKind::getBSS();
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 641 0, SectionKind::getBSS()));
699 0, SectionKind::getBSS()),
COFFAsmParser.cpp 99 SectionKind::getBSS());
ELFAsmParser.cpp 94 ELF::SHF_ALLOC, SectionKind::getBSS());
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 110 return SectionKind::getBSS();

Completed in 159 milliseconds