OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sanitizethread
(Results
1 - 15
of
15
) sorted by null
/external/clang/lib/CodeGen/
CGDeclCXX.cpp
252
Fn->addFnAttr(llvm::Attribute::
SanitizeThread
);
CodeGenModule.cpp
739
B.addAttribute(llvm::Attribute::
SanitizeThread
);
[
all
...]
/external/llvm/include/llvm/IR/
Attributes.h
110
SanitizeThread
, ///< ThreadSanitizer is on.
/external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
323
bool SanitizeFunction = F.hasFnAttribute(Attribute::
SanitizeThread
);
/external/llvm/lib/IR/
Attributes.cpp
228
if (hasAttribute(Attribute::
SanitizeThread
))
391
case Attribute::
SanitizeThread
: return 1ULL << 36;
[
all
...]
Verifier.cpp
769
I->getKindAsEnum() == Attribute::
SanitizeThread
||
[
all
...]
/external/llvm/lib/Analysis/IPA/
InlineCost.cpp
[
all
...]
/external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp
294
hasAttribute(AttributeSet::FunctionIndex, Attribute::
SanitizeThread
))
[
all
...]
ValueTracking.cpp
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
236
case Attribute::
SanitizeThread
:
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
624
return Attribute::
SanitizeThread
;
[
all
...]
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
/prebuilts/clang/linux-x86/host/3.4/bin/
llvm-as
llvm-dis
llvm-link
Completed in 1230 milliseconds