OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitialExecTLSModel
(Results
1 - 17
of
17
) sorted by null
/external/clang/include/clang/Frontend/
CodeGenOptions.h
95
InitialExecTLSModel
,
/external/llvm/lib/Target/
TargetMachine.cpp
101
case GlobalVariable::
InitialExecTLSModel
:
/external/llvm/include/llvm/IR/
GlobalValue.h
121
InitialExecTLSModel
,
/external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
451
GlobalVariable::
InitialExecTLSModel
);
454
"__msan_retval_origin_tls", nullptr, GlobalVariable::
InitialExecTLSModel
);
459
GlobalVariable::
InitialExecTLSModel
);
463
nullptr, GlobalVariable::
InitialExecTLSModel
);
468
GlobalVariable::
InitialExecTLSModel
);
472
GlobalVariable::
InitialExecTLSModel
);
475
"__msan_origin_tls", nullptr, GlobalVariable::
InitialExecTLSModel
);
[
all
...]
SafeStack.cpp
362
GlobalValue::
InitialExecTLSModel
:
DataFlowSanitizer.cpp
612
G->setThreadLocalMode(GlobalVariable::
InitialExecTLSModel
);
617
G->setThreadLocalMode(GlobalVariable::
InitialExecTLSModel
);
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.cpp
580
.Case("initial-exec", llvm::GlobalVariable::
InitialExecTLSModel
)
591
case CodeGenOptions::
InitialExecTLSModel
:
592
return llvm::GlobalVariable::
InitialExecTLSModel
;
[
all
...]
/external/llvm/lib/IR/
Core.cpp
[
all
...]
AsmWriter.cpp
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
350
case GlobalVariable::
InitialExecTLSModel
:
351
Out << "GlobalVariable::
InitialExecTLSModel
";
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
386
case GlobalVariable::
InitialExecTLSModel
: return 3;
[
all
...]
/external/clang/lib/Frontend/
CompilerInvocation.cpp
640
.Case("initial-exec", CodeGenOptions::
InitialExecTLSModel
)
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
550
case GlobalVariable::
InitialExecTLSModel
: return 3;
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
485
case 3: return GlobalVariable::
InitialExecTLSModel
;
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
722
case 3: return GlobalVariable::
InitialExecTLSModel
;
[
all
...]
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
713
case 3: return GlobalVariable::
InitialExecTLSModel
;
[
all
...]
Completed in 6555 milliseconds