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/swiftshader/third_party/LLVM/include/llvm/CodeGen/
JITCodeEmitter.h
70
///
allocIndirectGV
- Allocates and fills storage for an indirect
72
virtual void *
allocIndirectGV
(const GlobalValue *GV,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp
146
void *PtrAddr = JCE.
allocIndirectGV
(
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp
451
return JCE.
allocIndirectGV
(GV, Buffer, sizeof(Buffer), Alignment);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp
404
virtual void *
allocIndirectGV
(const GlobalValue *GV,
[
all
...]
Completed in 158 milliseconds