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

  /external/llvm/include/llvm/
GlobalVariable.h 139 void setThreadLocal(bool Val) { isThreadLocalSymbol = Val; }
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 85 GV->setThreadLocal(I->isThreadLocal());
  /external/llvm/lib/VMCore/
Globals.cpp 181 setThreadLocal(SrcVar->isThreadLocal());
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 715 GV->setThreadLocal(ThreadLocal);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 344 milliseconds