Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp51 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
/llvm-project/llvm/utils/TableGen/Common/
H A DAsmWriterInst.cpp23 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { in getCode() function in AsmWriterOperand
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp71 std::string getCode() const override { getCode() function in llvm::pdb::__anonb0c5f9a60111::NativeInjectedSource
/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
/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
/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h74 index_error_code getCode() const { return Code; } in getCode() function
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseStdNumbersCheck.cpp255 std::string getCode(const StringRef Constant, const bool IsFloat, in getCode() function
/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h223 tgtok::TokKind getCode() const { return CurCode; } in getCode() function
/llvm-project/clang/unittests/AST/
H A DASTImporterVisibilityTest.cpp115 std::string getCode() const { return std::get<1>(GetParam()); } in getCode() function in clang::ast_matchers::ImportVisibilityChain