OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FnEnd
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JITDebugRegisterer.h
60
uint8_t *
FnEnd
;
64
DebugInfo() : FnStart(0),
FnEnd
(0), EhStart(0), EhEnd(0) {}
JITDebugRegisterer.cpp
86
Text.getData().assign(I.FnStart, I.
FnEnd
);
108
FnSym->Size = I.
FnEnd
- I.FnStart;
JITEmitter.cpp
832
//
FnEnd
is the end of the function's machine code.
833
uint8_t *
FnEnd
= CurBufferPtr;
[
all
...]
/external/clang/lib/CodeGen/
ItaniumCXXABI.cpp
227
llvm::BasicBlock *
FnEnd
= CGF.createBasicBlock("memptr.end");
274
CGF.EmitBranch(
FnEnd
);
283
CGF.EmitBlock(
FnEnd
);
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
[
all
...]
Completed in 103 milliseconds