OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockLayoutChunk
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp
340
struct
BlockLayoutChunk
{
348
BlockLayoutChunk
(CharUnits align, CharUnits size,
369
bool operator<(const
BlockLayoutChunk
&left, const
BlockLayoutChunk
&right) {
373
auto getPrefOrder = [](const
BlockLayoutChunk
&chunk) {
545
SmallVector<
BlockLayoutChunk
, 16> layout;
563
layout.push_back(
BlockLayoutChunk
(TInfo.Align, TInfo.Width,
584
layout.push_back(
BlockLayoutChunk
(align, CGM.getPointerSize(),
660
BlockLayoutChunk
(align, size, lifetime, &CI, llvmType, VT));
699
SmallVectorImpl<
BlockLayoutChunk
>::iterato
[
all
...]
CGDebugInfo.cpp
4548
struct
BlockLayoutChunk
{
4552
bool operator<(const
BlockLayoutChunk
&l, const
BlockLayoutChunk
&r) {
4622
SmallVector<
BlockLayoutChunk
, 8> chunks;
4626
BlockLayoutChunk
chunk;
4642
BlockLayoutChunk
chunk;
4652
for (const
BlockLayoutChunk
&Chunk : chunks) {
Completed in 23 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026