OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FnEnd
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
829
//
FnEnd
is the end of the function's machine code.
830
uint8_t *
FnEnd
= CurBufferPtr;
[
all
...]
/external/clang/lib/CodeGen/
ItaniumCXXABI.cpp
229
llvm::BasicBlock *
FnEnd
= CGF.createBasicBlock("memptr.end");
276
CGF.EmitBranch(
FnEnd
);
285
CGF.EmitBlock(
FnEnd
);
[
all
...]
Completed in 161 milliseconds