Home
last modified time | relevance | path

Searched refs:InstructionPointer (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/tools/llvm-profgen/
DProfiledBinary.h46 struct InstructionPointer { struct
56 InstructionPointer(ProfiledBinary *Binary, uint64_t Address, argument
78 InstructionPointer IP(Binary, I.first); in inferPrologOffsets()
88 InstructionPointer IP(Binary, Addr); in inferEpilogOffsets()
144 FrameLocationStack symbolize(const InstructionPointer &IP,
DProfiledBinary.cpp203 InstructionPointer Inst(this, Offset); in dissassembleSymbol()
212 InstructionPointer IP(this, Offset); in dissassembleSymbol()
343 FrameLocationStack ProfiledBinary::symbolize(const InstructionPointer &IP, in symbolize()
370 InstructionPointer::InstructionPointer(ProfiledBinary *Binary, uint64_t Address, in InstructionPointer() function in llvm::sampleprof::InstructionPointer
381 void InstructionPointer::advance() { in advance()
386 void InstructionPointer::backward() { in backward()
391 void InstructionPointer::update(uint64_t Addr) { in update()
DPerfReader.h126 InstructionPointer InstPtr;
DProfileGenerator.cpp203 InstructionPointer IP(Binary, RangeBegin, true); in populateFunctionBodySamples()
DPerfReader.cpp40 InstructionPointer &IP = State.InstPtr; in unwindLinear()