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

  /external/llvm/include/llvm/MC/
SectionKind.h 223 static SectionKind getThreadBSS() { return get(ThreadBSS); }
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 147 return SectionKind::getThreadBSS();
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 78 SectionKind::getThreadBSS());
444 SectionKind::getThreadBSS());
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 738 0, SectionKind::getThreadBSS()),
    [all...]
ELFAsmParser.cpp 112 SectionKind::getThreadBSS());
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 144 return SectionKind::getThreadBSS();
    [all...]

Completed in 898 milliseconds