OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FnStart
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp
53
void *
FnStart
, size_t FnSize,
99
const Function &F, void *
FnStart
, size_t FnSize,
101
assert(F.hasName() &&
FnStart
!= 0 && "Bad symbol to add");
103
reinterpret_cast<uint64_t>(
FnStart
),
104
FnStart
, FnSize) == -1) {
107
<<
FnStart
<< "-" << ((char*)
FnStart
+ FnSize) << "]\n");
131
line_info.vma = reinterpret_cast<uintptr_t>(
FnStart
);
146
LineInfo[0].vma = reinterpret_cast<uintptr_t>(
FnStart
);
148
if (Wrapper.op_write_debug_line_info(
FnStart
, LineInfo.size()
[
all
...]
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp
61
void *
FnStart
, size_t FnSize,
97
uintptr_t
FnStart
,
104
Result.method_load_address = reinterpret_cast<void*>(
FnStart
);
118
const Function &F, void *
FnStart
, size_t FnSize,
122
reinterpret_cast<uint64_t>(
FnStart
),
156
reinterpret_cast<uintptr_t>(
FnStart
),
179
MethodIDs[
FnStart
] = FunctionMessage.method_id;
182
void IntelJITEventListener::NotifyFreeingMachineCode(void *
FnStart
) {
183
MethodIDMap::iterator I = MethodIDs.find(
FnStart
);
274
void*
FnStart
= const_cast<void*>(*FI)
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
818
//
FnStart
is the start of the text, not the start of the constant pool and
820
uint8_t *
FnStart
=
[
all
...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp
156
void ARMTargetAsmStreamer::emitFnStart() { OS << "\t.
fnstart
\n"; }
625
void SwitchToExTabSection(const MCSymbol &
FnStart
);
626
void SwitchToExIdxSection(const MCSymbol &
FnStart
);
638
MCSymbol *
FnStart
;
[
all
...]
Completed in 242 milliseconds