HomeSort by: relevance | last modified time | path
    Searched refs:InstructionSize (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
FileAnalysis.cpp 180 InstrMeta.InstructionSize, Target))
215 InstrMeta.InstructionSize, Target))
221 getInstruction(InstrMeta.VMAddress + InstrMeta.InstructionSize);
480 uint64_t InstructionSize;
484 Disassembler->getInstruction(Instruction, InstructionSize,
488 Byte += InstructionSize;
490 uint64_t VMAddress = Address.Address + Byte - InstructionSize;
493 InstrMeta.InstructionSize = InstructionSize;
508 if (MIA->evaluateBranch(Instruction, VMAddress, InstructionSize, Target))
    [all...]
GraphBuilder.cpp 142 BranchInstrMeta.InstructionSize, Target)) {
259 ParentMeta.InstructionSize, BranchTarget)) {
FileAnalysis.h 81 uint64_t InstructionSize; // Size of this instruction.

Completed in 19 milliseconds