Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1493 Succ = createBlock(); in buildCFG()
1540 B = createBlock(); in buildCFG()
2571 Block = createBlock(false); in VisitBreakStmt()
2670 Block = createBlock(); in VisitCallExpr()
2705 Block = createBlock(false); in VisitChooseExpr()
2789 Block = createBlock(false); in VisitConditionalOperator()
3329 Block = createBlock(); in VisitGCCAsmStmt()
3506 Block = createBlock(); in VisitForStmt()
3639 Block = createBlock(); in VisitObjCForCollectionStmt()
4509 Block = createBlock(); in VisitCXXForRangeStmt()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h123 void createBlock(StringRef FileName);
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h803 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { in createBlock() function
980 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset); in createContentBlock()
988 return createBlock(Parent, MutableContent, Address, Alignment, in createMutableContentBlock()
995 return createBlock(Parent, Size, Address, Alignment, AlignmentOffset); in createZeroFillBlock()
1083 createBlock(Section, Size, Address, Alignment, 0), Name, Size, S, in addCommonSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp422 Result->createBlock(LC.FileName); in toCodeViewSubsection()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1279 CFGBlock *createBlock();