OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrintMethod
(Results
1 - 8
of
8
) sorted by null
/external/grpc-grpc/src/compiler/
php_generator.cc
67
void
PrintMethod
(const MethodDescriptor* method, Printer* out) {
149
PrintMethod
(service->method(i), out);
ruby_generator.cc
41
void
PrintMethod
(const MethodDescriptor* method, const grpc::string& package,
96
PrintMethod
(service->method(i), package, out);
node_generator.cc
159
void
PrintMethod
(const MethodDescriptor* method, Printer* out) {
198
PrintMethod
(service->method(i), out);
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp
68
std::string
PrintMethod
= "printOperand";
74
PrintMethod
= Rec->getValueAsString("
PrintMethod
");
76
PrintMethod
= Rec->getValueAsString("
PrintMethod
");
116
OperandList.push_back(OperandInfo(Rec, ArgName,
PrintMethod
, EncoderMethod,
/external/llvm/utils/TableGen/
AsmWriterEmitter.cpp
689
// 3 bytes if a
PrintMethod
is needed: 0xFF, the MCInst operand
834
// These two may have a
PrintMethod
, which we want to record (if it's
839
std::string
PrintMethod
= Rec->getValueAsString("
PrintMethod
");
840
if (
PrintMethod
!= "" &&
PrintMethod
!= "printOperand") {
842
PrintMethods.end(),
PrintMethod
) -
845
PrintMethods.push_back(
PrintMethod
);
[
all
...]
CodeGenInstruction.cpp
70
std::string
PrintMethod
= "printOperand";
77
PrintMethod
= Rec->getValueAsString("
PrintMethod
");
81
PrintMethod
= Rec->getValueAsString("
PrintMethod
");
121
OperandList.emplace_back(Rec, ArgName,
PrintMethod
, EncoderMethod,
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmWriterEmitter.cpp
699
// 3 bytes if a
PrintMethod
is needed: 0xFF, the MCInst operand
859
// These two may have a
PrintMethod
, which we want to record (if it's
864
StringRef
PrintMethod
= Rec->getValueAsString("
PrintMethod
");
865
if (
PrintMethod
!= "" &&
PrintMethod
!= "printOperand") {
867
llvm::find(PrintMethods,
PrintMethod
) - PrintMethods.begin();
869
PrintMethods.push_back(
PrintMethod
);
[
all
...]
CodeGenInstruction.cpp
70
std::string
PrintMethod
= "printOperand";
77
PrintMethod
= Rec->getValueAsString("
PrintMethod
");
82
PrintMethod
= Rec->getValueAsString("
PrintMethod
");
122
OperandList.emplace_back(Rec, ArgName,
PrintMethod
, EncoderMethod,
Completed in 647 milliseconds