OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocIndirectGV
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h
71
///
allocIndirectGV
- Allocates and fills storage for an indirect
73
virtual void *
allocIndirectGV
(const GlobalValue *GV,
/external/llvm/lib/Target/ARM/
ARMJITInfo.cpp
147
void *PtrAddr = JCE.
allocIndirectGV
(
/external/llvm/lib/Target/X86/
X86JITInfo.cpp
462
return JCE.
allocIndirectGV
(GV, Buffer, sizeof(Buffer), Alignment);
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
400
virtual void *
allocIndirectGV
(const GlobalValue *GV,
[
all
...]
Completed in 406 milliseconds