HomeSort by: relevance | last modified time | path
    Searched defs:getCode (Results 1 - 8 of 8) sorted by relevancy

  /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.cpp 23 std::string AsmWriterOperand::getCode(bool PassSubtarget) const {
  /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; }
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPUrl.cpp 499 int LDAPUrlException::getCode() const
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.h 114 tgtok::TokKind getCode() const { return CurCode; }
  /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*>();

Completed in 20 milliseconds