Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp51 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DAsmWriterInst.cpp23 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { in getCode() function in AsmWriterOperand
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp71 std::string getCode() const override { in getCode() function in llvm::pdb::__anon054798330111::NativeInjectedSource
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h613 template <typename T> T getCode() const { // in getCode() function
634 MachineInstr *getCode() const { return nullptr; } in getCode() function
638 MachineInstr *getCode() const { // in getCode() function
644 MachineBasicBlock *getCode() const { in getCode() function
652 MachineFunction *getCode() const { in getCode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h96 uint32_t getCode() const { return Code; } in getCode() function
H A DDWARFExpression.h88 uint8_t getCode() const { return Opcode; } in getCode() function
/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h74 index_error_code getCode() const { return Code; } in getCode() function
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h223 tgtok::TokKind getCode() const { return CurCode; } in getCode() function