Home
last modified time | relevance | path

Searched refs:VMAddress (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DGraphBuilder.cpp133 NextAddress = NextMetaPtr->VMAddress; in buildFlowsToUndefined()
135 NextMetaPtr->VMAddress; // Add the new node to the branch head. in buildFlowsToUndefined()
140 BranchInstrMeta.Instruction, BranchInstrMeta.VMAddress, in buildFlowsToUndefined()
143 << format_hex(BranchInstrMeta.VMAddress, 2) << ".\n"; in buildFlowsToUndefined()
157 NextMetaPtr->VMAddress; // Add the new node to the branch head. in buildFlowsToUndefined()
181 NextAddress = NextMetaPtr->VMAddress; in buildFlowsToUndefined()
239 buildFlowGraphImpl(Analysis, OpenedNodes, Result, ParentMeta.VMAddress, in buildFlowGraphImpl()
241 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
248 Result.IntermediateNodes[ParentMeta.VMAddress] = Address; in buildFlowGraphImpl()
249 Result.OrphanedNodes.push_back(ParentMeta.VMAddress); in buildFlowGraphImpl()
[all …]
DFileAnalysis.cpp121 Instructions.find(InstrMeta.VMAddress); in getPrevInstructionSequential()
134 Instructions.find(InstrMeta.VMAddress); in getNextInstructionSequential()
200 if (!MIA->evaluateBranch(InstrMeta.Instruction, InstrMeta.VMAddress, in getDefiniteNextInstruction()
207 getInstruction(InstrMeta.VMAddress + InstrMeta.InstructionSize); in getDefiniteNextInstruction()
224 const auto &TargetRefsKV = StaticBranchTargetings.find(InstrMeta.VMAddress); in getDirectControlFlowXRefs()
234 << format_hex(InstrMeta.VMAddress, 2) << ".\n"; in getDirectControlFlowXRefs()
461 uint64_t VMAddress = SectionAddress + Byte - InstructionSize; in parseSectionContents() local
463 InstrMeta.VMAddress = VMAddress; in parseSectionContents()
479 if (MIA->evaluateBranch(Instruction, VMAddress, InstructionSize, Target)) { in parseSectionContents()
481 StaticBranchTargetings[Target].push_back(VMAddress); in parseSectionContents()
[all …]
DFileAnalysis.h79 uint64_t VMAddress; // Virtual memory address of this instruction. member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
DFileAnalysis.cpp118 EXPECT_EQ(0xDEADBEEF, InstrMeta->VMAddress); in TEST_F()
130 EXPECT_EQ(0xDEADBEEF + 1, InstrMeta->VMAddress); in TEST_F()
142 EXPECT_EQ(0xDEADBEEF + 3, InstrMeta->VMAddress); in TEST_F()
154 EXPECT_EQ(0xDEADBEEF + 6, InstrMeta->VMAddress); in TEST_F()
166 EXPECT_EQ(0xDEADBEEF + 10, InstrMeta->VMAddress); in TEST_F()
177 EXPECT_EQ(0xDEADBEEF + 20, InstrMeta->VMAddress); in TEST_F()
187 EXPECT_EQ(0xDEADBEEF + 21, InstrMeta->VMAddress); in TEST_F()
197 EXPECT_EQ(0xDEADBEEF + 23, InstrMeta->VMAddress); in TEST_F()
219 EXPECT_EQ(0xDEADBEEF, GoodInstrMeta->VMAddress); in TEST_F()
224 EXPECT_EQ(0xDEADBEEF + 2, GoodInstrMeta->VMAddress); in TEST_F()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOFormat.h159 uint32_t VMAddress; member
173 uint64_t VMAddress; member
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp134 DumpSegmentCommandData(StringRef(SLC->Name, 16), SLC->VMAddress, in DumpSegmentCommand()
170 DumpSegmentCommandData(StringRef(SLC->Name, 16), SLC->VMAddress, in DumpSegment64Command()
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObject.cpp173 SwapValue(Value.VMAddress); in SwapStruct()
191 SwapValue(Value.VMAddress); in SwapStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/
Dllvm-cfi-verify.cpp91 outs() << "Instruction: " << format_hex(InstrMeta.VMAddress, 2) << " (" in printInstructionInformation()