OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseCalls
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp
157
void InjectCoverageAtBlock(Function &F, BasicBlock &BB, bool
UseCalls
);
338
bool
UseCalls
= ClCoverageBlockThreshold < AllBlocks.size();
340
InjectCoverageAtBlock(F, *BB,
UseCalls
);
438
bool
UseCalls
) {
470
} else if (
UseCalls
) {
AddressSanitizer.cpp
438
bool
UseCalls
, const DataLayout &DL);
442
Value *SizeArgument, bool
UseCalls
, uint32_t Exp);
445
Value *SizeArgument, bool
UseCalls
,
[
all
...]
Completed in 136 milliseconds