|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Value.h 241 void printAsOperand(raw_ostream &O, bool PrintType,
References
lib/CodeGen/MachineOperand.cpp 464 V.printAsOperand(OS, /*PrintType=*/false, MST);
470 V.printAsOperand(OS, /*PrintType=*/true, MST);
809 getCImm()->printAsOperand(OS, /*PrintType=*/true, MST);
812 getFPImm()->printAsOperand(OS, /*PrintType=*/true, MST);
844 getGlobal()->printAsOperand(OS, /*PrintType=*/false, MST);
860 getBlockAddress()->getFunction()->printAsOperand(OS, /*PrintType=*/false,
949 C->getAggregateElement(I)->printAsOperand(OS, false, MST);
1139 cast<GlobalValuePseudoSourceValue>(PVal)->getValue()->printAsOperand(
lib/IR/AsmWriter.cpp 4326 this->printAsOperand(OS, /* PrintType */ true, MST);
lib/IR/Verifier.cpp 152 V.printAsOperand(*OS, true, MST);
343 BB.printAsOperand(*OS, true, MST);
unittests/IR/MetadataTest.cpp 398 EXPECT_PRINTER_EQ("!0", MAV0->printAsOperand(OS, false, MST));
399 EXPECT_PRINTER_EQ("!1", MAV1->printAsOperand(OS, false, MST));
400 EXPECT_PRINTER_EQ("metadata !0", MAV0->printAsOperand(OS, true, MST));
401 EXPECT_PRINTER_EQ("metadata !1", MAV1->printAsOperand(OS, true, MST));