Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp762 void autoCreateBlock() { if (!Block) Block = createBlock(); } in autoCreateBlock()
763 CFGBlock *createBlock(bool add_successor = true);
1577 Succ = createBlock(); in buildCFG()
1612 Block = createBlock(); in buildCFG()
1621 B = createBlock(); in buildCFG()
1681 cfg->setEntry(createBlock()); in buildCFG()
1692 CFGBlock *CFGBuilder::createBlock(bool add_successor) { in createBlock() function in CFGBuilder
1693 CFGBlock *B = cfg->createBlock(); in createBlock()
1703 CFGBlock *B = createBlock(false); in createNoReturnBlock()
1994 Block = createBlock(false); in createScopeChangesHandlingBlock()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h124 void createBlock(StringRef FileName);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h869 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { in createBlock() function
1116 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset); in createContentBlock()
1125 return createBlock(Parent, MutableContent, Address, Alignment, in createMutableContentBlock()
1140 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset);
1147 return createBlock(Parent, Size, Address, Alignment, AlignmentOffset); in createZeroFillBlock()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp422 Result->createBlock(LC.FileName); in toCodeViewSubsection()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1270 CFGBlock *createBlock();