OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EvaluateFixup
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCAssembler.cpp
36
STATISTIC(
EvaluateFixup
, "Number of evaluated fixups");
240
bool MCAssembler::
EvaluateFixup
(const MCAsmLayout &Layout,
243
++stats::
EvaluateFixup
;
555
if (!
EvaluateFixup
(Layout, Fixup, &F, Target, FixedValue)) {
657
if (!
EvaluateFixup
(Layout, Fixup, DF, Target, Value))
/external/llvm/include/llvm/MC/
MCAssembler.h
714
bool
EvaluateFixup
(const MCAsmLayout &Layout,
Completed in 594 milliseconds