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
49
STATISTIC(
evaluateFixup
, "Number of evaluated fixups");
361
bool MCAssembler::
evaluateFixup
(const MCAsmLayout &Layout,
364
++stats::
evaluateFixup
;
750
if (!
evaluateFixup
(Layout, Fixup, &F, Target, FixedValue)) {
840
if (!
evaluateFixup
(Layout, Fixup, DF, Target, Value))
[
all
...]
/external/llvm/include/llvm/MC/
MCAssembler.h
908
bool
evaluateFixup
(const MCAsmLayout &Layout,
[
all
...]
Completed in 28 milliseconds