Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp741 void autoCreateBlock() { if (!Block) Block = createBlock(); } in autoCreateBlock()
742 CFGBlock *createBlock(bool add_successor = true);
1486 Succ = createBlock(); in buildCFG()
1524 Block = createBlock(); in buildCFG()
1533 B = createBlock(); in buildCFG()
1598 cfg->setEntry(createBlock()); in buildCFG()
1609 CFGBlock *CFGBuilder::createBlock(bool add_successor) { in createBlock() function in CFGBuilder
1610 CFGBlock *B = cfg->createBlock(); in createBlock()
1620 CFGBlock *B = createBlock(false); in createNoReturnBlock()
2408 CFGBlock *ConfluenceBlock = Block ? Block : createBlock(); in VisitLogicalOperator()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h123 void createBlock(StringRef FileName);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h727 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { in createBlock() function
898 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset); in createContentBlock()
904 return createBlock(Parent, Size, Address, Alignment, AlignmentOffset); in createZeroFillBlock()
983 createBlock(Section, Size, Address, Alignment, 0), Name, Size, S, in addCommonSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp422 Result->createBlock(LC.FileName); in toCodeViewSubsection()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h1279 CFGBlock *createBlock();