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

  /external/clang/lib/CodeGen/
CodeGenModule.h 553 /// setTLSMode - Set the TLS mode for the given LLVM GlobalVariable
555 void setTLSMode(llvm::GlobalVariable *GV, const VarDecl &D) const;
    [all...]
CodeGenModule.cpp 333 void CodeGenModule::setTLSMode(llvm::GlobalVariable *GV,
    [all...]
CGDecl.cpp 212 CGM.setTLSMode(GV, D);
    [all...]

Completed in 49 milliseconds