Home
last modified time | relevance | path

Searched refs:InstructionInfoTable (Results 1 – 11 of 11) sorted by relevance

/dports/security/klee/klee-2.2/lib/Module/
H A DInstructionInfoTable.cpp167 InstructionInfoTable::InstructionInfoTable(const llvm::Module &m) { in InstructionInfoTable() function in InstructionInfoTable
190 unsigned InstructionInfoTable::getMaxID() const { in getMaxID()
195 InstructionInfoTable::getInfo(const llvm::Instruction &inst) const { in getInfo()
204 InstructionInfoTable::getFunctionInfo(const llvm::Function &f) const { in getFunctionInfo()
H A DKModule.cpp320 infos = std::unique_ptr<InstructionInfoTable>( in manifest()
321 new InstructionInfoTable(*module.get())); in manifest()
/dports/security/klee/klee-2.2/include/klee/Module/
H A DInstructionInfoTable.h66 class InstructionInfoTable {
75 explicit InstructionInfoTable(const llvm::Module &m);
H A DKModule.h37 class InstructionInfoTable; variable
96 std::unique_ptr<InstructionInfoTable> infos;
/dports/emulators/qemu/qemu-6.2.0/capstone/arch/MOS65XX/
H A DMOS65XXDisassembler.c45 static const struct InstructionInfo InstructionInfoTable[]= { variable
58 InstructionInfo insinfo = InstructionInfoTable[opinfo.ins]; in fillDetails()
237 SStream_concat0(O, InstructionInfoTable[opinfo.ins].name); in MOS65XX_printInst()
487 if (id >= ARR_SIZE(InstructionInfoTable)) { in MOS65XX_insn_name()
490 return InstructionInfoTable[id].name; in MOS65XX_insn_name()
/dports/emulators/qemu60/qemu-6.0.0/capstone/arch/MOS65XX/
H A DMOS65XXDisassembler.c45 static const struct InstructionInfo InstructionInfoTable[]= { variable
58 InstructionInfo insinfo = InstructionInfoTable[opinfo.ins]; in fillDetails()
237 SStream_concat0(O, InstructionInfoTable[opinfo.ins].name); in MOS65XX_printInst()
487 if (id >= ARR_SIZE(InstructionInfoTable)) { in MOS65XX_insn_name()
490 return InstructionInfoTable[id].name; in MOS65XX_insn_name()
/dports/emulators/qemu5/qemu-5.2.0/capstone/arch/MOS65XX/
H A DMOS65XXDisassembler.c45 static const struct InstructionInfo InstructionInfoTable[]= { variable
58 InstructionInfo insinfo = InstructionInfoTable[opinfo.ins]; in fillDetails()
237 SStream_concat0(O, InstructionInfoTable[opinfo.ins].name); in MOS65XX_printInst()
487 if (id >= ARR_SIZE(InstructionInfoTable)) { in MOS65XX_insn_name()
490 return InstructionInfoTable[id].name; in MOS65XX_insn_name()
/dports/devel/xelfviewer/XELFViewer-0.03/XCapstone/3rdparty/Capstone/src/arch/MOS65XX/
H A DMOS65XXDisassembler.c45 static const struct InstructionInfo InstructionInfoTable[]= { variable
58 InstructionInfo insinfo = InstructionInfoTable[opinfo.ins]; in fillDetails()
257 SStream_concat0(O, InstructionInfoTable[opinfo.ins].name); in MOS65XX_printInst()
507 if (id >= ARR_SIZE(InstructionInfoTable)) { in MOS65XX_insn_name()
510 return InstructionInfoTable[id].name; in MOS65XX_insn_name()
/dports/security/klee/klee-2.2/lib/Core/
H A DStatsTracker.h30 class InstructionInfoTable; variable
H A DExecutor.h63 class InstructionInfoTable; variable
H A DStatsTracker.cpp781 const InstructionInfoTable &infos = *km->infos;