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
148
///
getConstantPoolAlignment
- Return the alignment required by
150
unsigned
getConstantPoolAlignment
() const { return PoolAlignment; }
/external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp
382
<< MCP->
getConstantPoolAlignment
() << " bytes *****\n");
511
unsigned MaxAlign = Log2_32(MCP->
getConstantPoolAlignment
());
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
Completed in 324 milliseconds