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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 102 const MCSection *TLSExtraDataSection;
207 return TLSExtraDataSection;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 136 MCSection *TLSExtraDataSection;
281 MCSection *getTLSExtraDataSection() const { return TLSExtraDataSection; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h 145 MCSection *TLSExtraDataSection;
307 MCSection *getTLSExtraDataSection() const { return TLSExtraDataSection; }
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 204 TLSExtraDataSection = TLSTLVSection;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 283 TLSExtraDataSection = TLSTLVSection;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCObjectFileInfo.cpp 291 TLSExtraDataSection = TLSTLVSection;
    [all...]

Completed in 708 milliseconds