Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp51 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterInst.cpp23 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { in getCode() function in AsmWriterOperand
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp68 std::string getCode() const override { in getCode() function in llvm::pdb::__anon8e87f4e70111::NativeInjectedSource
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h74 index_error_code getCode() const { return Code; } in getCode() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h114 tgtok::TokKind getCode() const { return CurCode; } in getCode() function