Home
last modified time | relevance | path

Searched refs:createBlock (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1577 Succ = createBlock(); in buildCFG()
1621 B = createBlock(); in buildCFG()
1997 Block = createBlock(false); in createScopeChangesHandlingBlock()
2668 Block = createBlock(false); in VisitBreakStmt()
2767 Block = createBlock(); in VisitCallExpr()
2802 Block = createBlock(false); in VisitChooseExpr()
3488 Block = createBlock(); in VisitGCCAsmStmt()
3668 Block = createBlock(); in VisitForStmt()
3801 Block = createBlock(); in VisitObjCForCollectionStmt()
4789 Block = createBlock(); in VisitCXXForRangeStmt()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h124 void createBlock(StringRef FileName);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h868 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { in createBlock() function
1105 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset); in createContentBlock()
1114 return createBlock(Parent, MutableContent, Address, Alignment, in createMutableContentBlock()
1129 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset);
1136 return createBlock(Parent, Size, Address, Alignment, AlignmentOffset); in createZeroFillBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp422 Result->createBlock(LC.FileName); in toCodeViewSubsection()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1267 CFGBlock *createBlock();