Home
last modified time | relevance | path

Searched refs:FirstBlock (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp206 auto &FirstBlock = **SI.Sec->blocks().begin(); in startSynthesis() local
207 if (FirstBlock.getAlignmentOffset() != 0) in startSynthesis()
212 if (FirstBlock.getAlignment() > std::numeric_limits<uint32_t>::max()) in startSynthesis()
217 SI.Alignment = FirstBlock.getAlignment(); in startSynthesis()
218 SI.StartAddr = FirstBlock.getAddress(); in startSynthesis()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp2286 const CFGBlock *FirstBlock = *SortedGraph->begin(); in runAnalysis() local
2287 FactSet &InitialLockset = BlockInfo[FirstBlock->getBlockID()].EntrySet; in runAnalysis()