Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp52 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DAsmWriterInst.cpp29 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { in getCode() function in AsmWriterOperand
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
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
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h63 index_error_code getCode() const { return Code; } in getCode() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h89 uint32_t getCode() const { return Code; } in getCode() function
H A DDWARFExpression.h84 uint8_t getCode() { return Opcode; } in getCode() function
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGLexer.h107 tgtok::TokKind getCode() const { return CurCode; } in getCode() function