Searched refs:InstructionPointer (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
H A D | ProfiledBinary.h | 48 struct InstructionPointer { struct 58 InstructionPointer(ProfiledBinary *Binary, uint64_t Address, argument 80 InstructionPointer IP(Binary, I.first); in inferPrologOffsets() 90 InstructionPointer IP(Binary, Addr); in inferEpilogOffsets() 154 FrameLocationStack symbolize(const InstructionPointer &IP,
|
H A D | ProfiledBinary.cpp | 266 InstructionPointer IP(this, Offset); in dissassembleSymbol() 279 InstructionPointer IP(this, Offset); in dissassembleSymbol() 423 FrameLocationStack ProfiledBinary::symbolize(const InstructionPointer &IP, in symbolize() 451 InstructionPointer::InstructionPointer(ProfiledBinary *Binary, uint64_t Address, in InstructionPointer() function in llvm::sampleprof::InstructionPointer 462 void InstructionPointer::advance() { in advance() 467 void InstructionPointer::backward() { in backward() 472 void InstructionPointer::update(uint64_t Addr) { in update()
|
H A D | ProfileGenerator.cpp | 277 InstructionPointer IP(Binary, RangeBegin, true); in populateFunctionBodySamples() 482 InstructionPointer IP(Binary, RangeBegin, true); in extractProbesFromRange()
|
H A D | PerfReader.h | 236 InstructionPointer InstPtr;
|
H A D | PerfReader.cpp | 46 InstructionPointer &IP = State.InstPtr; in unwindLinear()
|