HomeSort by: relevance | last modified time | path
    Searched refs:getCode (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBInjectedSource.h 34 virtual std::string getCode() const = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAInjectedSource.h 29 std::string getCode() const override;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugAbbrev.cpp 37 FirstAbbrCode = AbbrDecl.getCode();
39 if (PrevAbbrCode + 1 != AbbrDecl.getCode()) {
44 PrevAbbrCode = AbbrDecl.getCode();
60 if (Decl.getCode() == AbbrCode)
DWARFAbbreviationDeclaration.cpp 129 OS << '[' << getCode() << "] ";
DWARFExpression.cpp 337 if (Op.getCode() == DW_OP_entry_value ||
338 Op.getCode() == DW_OP_GNU_entry_value) {
411 uint8_t Opcode = Op.getCode();
DWARFVerifier.cpp 1353 return !Op.isError() && (Op.getCode() == DW_OP_addr ||
1354 Op.getCode() == DW_OP_form_tls_address ||
1355 Op.getCode() == DW_OP_GNU_push_tls_address);
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp 523 if (Lex.getCode() == K) {
537 switch (Lex.getCode()) {
575 if (Lex.getCode() != tgtok::Id) {
600 if (Lex.getCode() != tgtok::Id) {
707 switch (Lex.getCode()) {
813 switch (Lex.getCode()) {
919 switch (Lex.getCode()) {
933 switch (Lex.getCode()) {
972 if (Lex.getCode() == tgtok::less) {
1109 tgtok::TokKind OpTok = Lex.getCode();
    [all...]
TGLexer.h 114 tgtok::TokKind getCode() const { return CurCode; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIAInjectedSource.cpp 51 std::string DIAInjectedSource::getCode() const {
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
AsmWriterInst.h 76 /// getCode - Return the code that prints this operand.
77 std::string getCode(bool PassSubtarget) const;
AsmWriterInst.cpp 23 std::string AsmWriterOperand::getCode(bool PassSubtarget) const {
AsmWriterEmitter.cpp 103 O << "\n " << TheOp.getCode(PassSubtarget);
139 O << " " << FirstInst.Operands[i].getCode(PassSubtarget);
182 std::string Command = " "+Inst.Operands[0].getCode(PassSubtarget)+"\n";
231 FirstInst.Operands[Op].getCode(PassSubtarget) + "\n";
  /src/external/bsd/openldap/dist/contrib/ldapc++/examples/
urlTest.cpp 36 std::cout << e.getCode() << std::endl;
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPUrl.h 194 int getCode() const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
RDFCopy.cpp 76 if (interpretAsCopy(SA.Addr->getCode(), EM))
107 dbgs() << "Instr: " << *DFG.addr<StmtNode*>(I).Addr->getCode();
176 << *NodeAddr<StmtNode*>(IA).Addr->getCode();
RDFDeadCode.cpp 86 if (!isLiveInstr(NodeAddr<StmtNode*>(IA).Addr->getCode()))
163 if (isLiveInstr(NodeAddr<StmtNode*>(IA).Addr->getCode()))
236 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode();
HexagonRDFOpt.cpp 182 dbgs() << "Partly dead: " << *SA.Addr->getCode();
190 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode();
219 MachineInstr &MI = *NodeAddr<StmtNode*>(IA).Addr->getCode();
HexagonOptAddrMode.cpp 187 MachineInstr &UseMI = *NodeAddr<StmtNode *>(IA).Addr->getCode();
314 MachineInstr *UseMI = NodeAddr<StmtNode *>(IA).Addr->getCode();
356 MachineInstr *MI = SN.Addr->getCode();
399 MachineInstr *UseMI = OwnerN.Addr->getCode();
443 MachineInstr &MI = *SN.Addr->getCode();
623 MachineInstr *UseMI = UseIA.Addr->getCode();
696 MachineInstr *MI = SA.Addr->getCode();
750 MachineInstr *UseMI = OwnerN.Addr->getCode();
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeEnumInjectedSources.cpp 68 std::string getCode() const override {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h 591 template <typename T> T getCode() const {
615 MachineInstr *getCode() const {
621 MachineInstr *getCode() const {
622 return CodeNode::getCode<MachineInstr*>();
627 MachineBasicBlock *getCode() const {
628 return CodeNode::getCode<MachineBasicBlock*>();
635 MachineFunction *getCode() const {
636 return CodeNode::getCode<MachineFunction*>();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RDFLiveness.cpp 165 return NodeAddr<StmtNode*>(IA).Addr->getCode()->getParent();
169 return BA.Addr->getCode();
197 const MachineInstr *InA = NodeAddr<StmtNode*>(OA).Addr->getCode();
198 const MachineInstr *InB = NodeAddr<StmtNode*>(OB).Addr->getCode();
402 MachineBasicBlock *BB = BA.Addr->getCode();
744 MachineBasicBlock *BB = BA.Addr->getCode();
782 MachineBasicBlock *MB = BA.Addr->getCode();
826 RefMap &LOX = PhiLOX[PrA.Addr->getCode()];
1057 if (B != BA.Addr->getCode()) {
1092 if (BTA.Addr->getCode() != B)
    [all...]
RDFGraph.cpp 225 const MachineInstr &MI = *P.Obj.Addr->getCode();
267 MachineBasicBlock *BB = P.Obj.Addr->getCode();
300 << P.Obj.Addr->getCode()->getName() << '\n';
579 return NodeAddr<BlockNode*>(NA).Addr->getCode() == BB;
589 MachineBasicBlock *EntryB = &getCode()->front();
897 MachineBasicBlock &EntryB = *EA.Addr->getCode();
924 const MachineBasicBlock &B = *BA.Addr->getCode();
1102 MachineInstr *MI = NodeAddr<StmtNode*>(IA).Addr->getCode();
1385 MachineBasicBlock *BB = BA.Addr->getCode();
1467 const MachineBasicBlock *MBB = BA.Addr->getCode();
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 88 uint32_t getCode() const { return Code; }
DWARFExpression.h 90 uint8_t getCode() { return Opcode; }
  /src/external/apache2/llvm/dist/clang/include/clang/CrossTU/
CrossTranslationUnit.h 73 index_error_code getCode() const { return Code; }

Completed in 72 milliseconds

1 2