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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 210 const MCSection *getTLSBSSSection() const { return TLSBSSSection; }
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 283 MCSection *getTLSBSSSection() const { return TLSBSSSection; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h 309 MCSection *getTLSBSSSection() const { return TLSBSSSection; }
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 489 TheSection = getObjFileLowering().getTLSBSSSection();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 571 TheSection = getObjFileLowering().getTLSBSSSection();
    [all...]

Completed in 219 milliseconds