OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrintMethod
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.cpp
77
std::string
PrintMethod
= "printOperand";
84
PrintMethod
= std::string(Rec->getValueAsString("
PrintMethod
"));
89
PrintMethod
= std::string(Rec->getValueAsString("
PrintMethod
"));
137
Rec, std::string(ArgName), std::string(
PrintMethod
),
AsmWriterEmitter.cpp
746
// 3 bytes if a
PrintMethod
is needed: 0xFF, the MCInst operand
902
// These two may have a
PrintMethod
, which we want to record (if it's
907
StringRef
PrintMethod
= Rec->getValueAsString("
PrintMethod
");
910
if (
PrintMethod
!= "" &&
PrintMethod
!= "printOperand") {
913
return X.first ==
PrintMethod
;
917
PrintMethods.emplace_back(std::string(
PrintMethod
), IsPCRel);
1233
O << " llvm_unreachable(\"Unknown
PrintMethod
kind\");\n";
1237
<< " llvm_unreachable(\"Unknown
PrintMethod
kind\");\n
[
all
...]
Completed in 18 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026