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 511 /// setTLSMode - Set the TLS mode for the given LLVM GlobalVariable
513 void setTLSMode(llvm::GlobalVariable *GV, const VarDecl &D) const;
    [all...]
CGDecl.cpp 201 CGM.setTLSMode(GV, D);
    [all...]
CodeGenModule.cpp 309 void CodeGenModule::setTLSMode(llvm::GlobalVariable *GV,
    [all...]

Completed in 23 milliseconds