Home
last modified time | relevance | path

Searched defs:getCode (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp51 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterInst.cpp23 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { in getCode() function in AsmWriterOperand
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h591 template <typename T> T getCode() const { in getCode() function
615 MachineInstr *getCode() const { in getCode() function
621 MachineInstr *getCode() const { in getCode() function
627 MachineBasicBlock *getCode() const { in getCode() function
635 MachineFunction *getCode() const { in getCode() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp68 std::string getCode() const override { in getCode() function in llvm::pdb::__anon70d5adbe0111::NativeInjectedSource
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h88 uint32_t getCode() const { return Code; } in getCode() function
H A DDWARFExpression.h90 uint8_t getCode() { return Opcode; } in getCode() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h73 index_error_code getCode() const { return Code; } in getCode() function
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPUrl.cpp499 int LDAPUrlException::getCode() const in getCode() function in LDAPUrlException
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.h114 tgtok::TokKind getCode() const { return CurCode; } in getCode() function