OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JITDwarfEmitter
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.h
1
//===------
JITDwarfEmitter
.h - Write dwarf tables into memory ------------===//
10
// This file defines a
JITDwarfEmitter
object that is used by the JIT to
30
class
JITDwarfEmitter
{
56
JITDwarfEmitter
(JIT& jit);
JITDwarfEmitter.cpp
1
//===-----
JITDwarfEmitter
.cpp - Write dwarf tables into memory -----------===//
10
// This file defines a
JITDwarfEmitter
object that is used by the JIT to
16
#include "
JITDwarfEmitter
.h"
34
JITDwarfEmitter
::
JITDwarfEmitter
(JIT& theJit) : MMI(0), Jit(theJit) {}
37
unsigned char*
JITDwarfEmitter
::EmitDwarfTable(MachineFunction& F,
67
JITDwarfEmitter
::EmitFrameMoves(intptr_t BaseLabelPtr,
197
unsigned char*
JITDwarfEmitter
::EmitExceptionTable(MachineFunction* MF,
483
JITDwarfEmitter
::EmitCommonEHFrame(const Function* Personality) const {
539
JITDwarfEmitter
::EmitEHFrame(const Function* Personality
[
all
...]
Completed in 45 milliseconds