Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp749 void autoCreateBlock() { if (!Block) Block = createBlock(); } in autoCreateBlock()
750 CFGBlock *createBlock(bool add_successor = true);
1555 Succ = createBlock(); in buildCFG()
1593 Block = createBlock(); in buildCFG()
1602 B = createBlock(); in buildCFG()
1667 cfg->setEntry(createBlock()); in buildCFG()
1678 CFGBlock *CFGBuilder::createBlock(bool add_successor) { in createBlock() function in CFGBuilder
1679 CFGBlock *B = cfg->createBlock(); in createBlock()
1689 CFGBlock *B = createBlock(false); in createNoReturnBlock()
2505 CFGBlock *ConfluenceBlock = Block ? Block : createBlock(); in VisitLogicalOperator()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h124 void createBlock(StringRef FileName);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h841 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { in createBlock() function
1023 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset); in createContentBlock()
1032 return createBlock(Parent, MutableContent, Address, Alignment, in createMutableContentBlock()
1047 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset);
1054 return createBlock(Parent, Size, Address, Alignment, AlignmentOffset); in createZeroFillBlock()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp422 Result->createBlock(LC.FileName); in toCodeViewSubsection()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1279 CFGBlock *createBlock();