OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockLayoutChunk
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGBlocks.cpp
191
struct
BlockLayoutChunk
{
198
BlockLayoutChunk
(CharUnits align, CharUnits size,
219
bool operator<(const
BlockLayoutChunk
&left, const
BlockLayoutChunk
&right) {
223
auto getPrefOrder = [](const
BlockLayoutChunk
&chunk) {
340
SmallVector<
BlockLayoutChunk
, 16> layout;
359
layout.push_back(
BlockLayoutChunk
(tinfo.second, tinfo.first,
376
layout.push_back(
BlockLayoutChunk
(align, CGM.getPointerSize(),
442
layout.push_back(
BlockLayoutChunk
(align, size, lifetime, &CI, llvmType));
481
SmallVectorImpl<
BlockLayoutChunk
>::iterato
[
all
...]
CGDebugInfo.cpp
[
all
...]
Completed in 228 milliseconds