Home
last modified time | relevance | path

Searched refs:InstructionSize (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp180 InstrMeta.InstructionSize, Target)) in willTrapOnCFIViolation()
215 InstrMeta.InstructionSize, Target)) in getDefiniteNextInstruction()
221 getInstruction(InstrMeta.VMAddress + InstrMeta.InstructionSize); in getDefiniteNextInstruction()
477 uint64_t InstructionSize; in parseSectionContents() local
481 Disassembler->getInstruction(Instruction, InstructionSize, in parseSectionContents()
485 Byte += InstructionSize; in parseSectionContents()
487 uint64_t VMAddress = Address.Address + Byte - InstructionSize; in parseSectionContents()
490 InstrMeta.InstructionSize = InstructionSize; in parseSectionContents()
505 if (MIA->evaluateBranch(Instruction, VMAddress, InstructionSize, Target)) { in parseSectionContents()
DGraphBuilder.cpp142 BranchInstrMeta.InstructionSize, Target)) { in buildFlowsToUndefined()
259 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()
DFileAnalysis.h81 uint64_t InstructionSize; // Size of this instruction. member
/external/llvm-project/llvm/unittests/tools/llvm-cfi-verify/
DFileAnalysis.cpp119 EXPECT_EQ(1u, InstrMeta->InstructionSize); in TEST_F()
131 EXPECT_EQ(2u, InstrMeta->InstructionSize); in TEST_F()
143 EXPECT_EQ(3u, InstrMeta->InstructionSize); in TEST_F()
155 EXPECT_EQ(4u, InstrMeta->InstructionSize); in TEST_F()
167 EXPECT_EQ(10u, InstrMeta->InstructionSize); in TEST_F()
178 EXPECT_EQ(1u, InstrMeta->InstructionSize); in TEST_F()
188 EXPECT_EQ(2u, InstrMeta->InstructionSize); in TEST_F()
198 EXPECT_EQ(5u, InstrMeta->InstructionSize); in TEST_F()
220 EXPECT_EQ(1u, GoodInstrMeta->InstructionSize); in TEST_F()
225 EXPECT_EQ(1u, GoodInstrMeta->InstructionSize); in TEST_F()
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.h90 virtual int32_t InstructionSize() = 0;
198 virtual int32_t InstructionSize();
270 virtual int32_t InstructionSize();
Dglyph_table.cc346 int32_t GlyphTable::SimpleGlyph::InstructionSize() { in InstructionSize() function in sfntly::GlyphTable::SimpleGlyph
354 data_->Slice(instructions_offset_, InstructionSize())); in Instructions()
540 int32_t GlyphTable::CompositeGlyph::InstructionSize() { in InstructionSize() function in sfntly::GlyphTable::CompositeGlyph
546 data_->Slice(instructions_offset_, InstructionSize())); in Instructions()