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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 206 const MCSection *getTLSExtraDataSection() const {
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 281 MCSection *getTLSExtraDataSection() const { return TLSExtraDataSection; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h 307 MCSection *getTLSExtraDataSection() const { return TLSExtraDataSection; }
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 504 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 376 = getObjFileLowering().getTLSExtraDataSection();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 586 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection();
    [all...]

Completed in 2282 milliseconds