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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 247 const MCSection *getDataBSSSection() const { return DataBSSSection; }
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 317 MCSection *getDataBSSSection() const { return DataBSSSection; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h 348 MCSection *getDataBSSSection() const { return DataBSSSection; }
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 409 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCMachOStreamer.cpp 412 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),

Completed in 76 milliseconds