OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeprecatedReason
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
InstrInfoEmitter.cpp
550
<< ",&get" << Inst.
DeprecatedReason
<< "DeprecationInfo";
551
else if (!Inst.
DeprecatedReason
.empty())
553
OS << ", " << Target.getInstNamespace() << "::" << Inst.
DeprecatedReason
CodeGenInstruction.h
261
std::string
DeprecatedReason
;
CodeGenInstruction.cpp
354
DeprecatedReason
= R->getValueAsString("ComplexDeprecationPredicate");
358
DeprecatedReason
= Dep->getValue()->getAsString();
362
DeprecatedReason
= "";
Completed in 193 milliseconds