Searched refs:createBlock (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 1577 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 D | DebugLinesSubsection.h | 124 void createBlock(StringRef FileName);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.cpp | 75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 868 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 D | CodeViewYAMLDebugSections.cpp | 422 Result->createBlock(LC.FileName); in toCodeViewSubsection()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1267 CFGBlock *createBlock();
|