OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UseCfgChecksum
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Transforms/
Instrumentation.h
66
bool
UseCfgChecksum
;
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
57
Options.
UseCfgChecksum
= false;
314
uint32_t Ident, bool
UseCfgChecksum
, bool ExitBlockBeforeBody)
315
: SP(SP), Ident(Ident),
UseCfgChecksum
(
UseCfgChecksum
), CfgChecksum(0),
370
if (
UseCfgChecksum
)
375
if (
UseCfgChecksum
)
416
bool
UseCfgChecksum
;
516
Options.
UseCfgChecksum
,
872
Builder.getInt8(Options.
UseCfgChecksum
),
[
all
...]
Completed in 202 milliseconds