HomeSort by relevance Sort by last modified time
    Searched refs:VMAddress (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
GraphBuilder.cpp 133 NextAddress = NextMetaPtr->VMAddress;
135 NextMetaPtr->VMAddress; // Add the new node to the branch head.
140 BranchInstrMeta.Instruction, BranchInstrMeta.VMAddress,
143 << format_hex(BranchInstrMeta.VMAddress, 2) << ".\n";
157 NextMetaPtr->VMAddress; // Add the new node to the branch head.
181 NextAddress = NextMetaPtr->VMAddress;
239 buildFlowGraphImpl(Analysis, OpenedNodes, Result, ParentMeta.VMAddress,
241 Result.IntermediateNodes[ParentMeta.VMAddress] = Address;
248 Result.IntermediateNodes[ParentMeta.VMAddress] = Address;
249 Result.OrphanedNodes.push_back(ParentMeta.VMAddress);
    [all...]
FileAnalysis.cpp 121 Instructions.find(InstrMeta.VMAddress);
134 Instructions.find(InstrMeta.VMAddress);
200 if (!MIA->evaluateBranch(InstrMeta.Instruction, InstrMeta.VMAddress,
207 getInstruction(InstrMeta.VMAddress + InstrMeta.InstructionSize);
224 const auto &TargetRefsKV = StaticBranchTargetings.find(InstrMeta.VMAddress);
234 << format_hex(InstrMeta.VMAddress, 2) << ".\n";
461 uint64_t VMAddress = SectionAddress + Byte - InstructionSize;
463 InstrMeta.VMAddress = VMAddress;
479 if (MIA->evaluateBranch(Instruction, VMAddress, InstructionSize, Target))
    [all...]
FileAnalysis.h 79 uint64_t VMAddress; // Virtual memory address of this instruction.
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
FileAnalysis.cpp 118 EXPECT_EQ(0xDEADBEEF, InstrMeta->VMAddress);
130 EXPECT_EQ(0xDEADBEEF + 1, InstrMeta->VMAddress);
142 EXPECT_EQ(0xDEADBEEF + 3, InstrMeta->VMAddress);
154 EXPECT_EQ(0xDEADBEEF + 6, InstrMeta->VMAddress);
166 EXPECT_EQ(0xDEADBEEF + 10, InstrMeta->VMAddress);
177 EXPECT_EQ(0xDEADBEEF + 20, InstrMeta->VMAddress);
187 EXPECT_EQ(0xDEADBEEF + 21, InstrMeta->VMAddress);
197 EXPECT_EQ(0xDEADBEEF + 23, InstrMeta->VMAddress);
219 EXPECT_EQ(0xDEADBEEF, GoodInstrMeta->VMAddress);
224 EXPECT_EQ(0xDEADBEEF + 2, GoodInstrMeta->VMAddress);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOFormat.h 159 uint32_t VMAddress;
173 uint64_t VMAddress;
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObject.cpp 173 SwapValue(Value.VMAddress);
191 SwapValue(Value.VMAddress);
  /external/swiftshader/third_party/LLVM/tools/macho-dump/
macho-dump.cpp 134 DumpSegmentCommandData(StringRef(SLC->Name, 16), SLC->VMAddress,
170 DumpSegmentCommandData(StringRef(SLC->Name, 16), SLC->VMAddress,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/
llvm-cfi-verify.cpp 91 outs() << "Instruction: " << format_hex(InstrMeta.VMAddress, 2) << " ("

Completed in 244 milliseconds