Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp51 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmWriterInst.cpp24 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { in getCode() function in AsmWriterOperand
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h592 template <typename T> T getCode() const { in getCode() function
616 MachineInstr *getCode() const { in getCode() function
622 MachineInstr *getCode() const { in getCode() function
628 MachineBasicBlock *getCode() const { in getCode() function
636 MachineFunction *getCode() const { in getCode() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp70 std::string getCode() const override { in getCode() function in llvm::pdb::__anon4373418a0111::NativeInjectedSource
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h88 uint32_t getCode() const { return Code; } in getCode() function
H A DDWARFExpression.h88 uint8_t getCode() const { return Opcode; } in getCode() function
/openbsd-src/gnu/llvm/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h74 index_error_code getCode() const { return Code; } in getCode() function
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.h115 tgtok::TokKind getCode() const { return CurCode; } in getCode() function