OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstantPoolAlignment
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineConstantPool.h
145
///
getConstantPoolAlignment
- Return the alignment required by
147
unsigned
getConstantPoolAlignment
() const { return PoolAlignment; }
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
745
unsigned Align = MCP->
getConstantPoolAlignment
();
[
all
...]
Completed in 781 milliseconds