Searched refs:createBlock (Results 1 – 6 of 6) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 762 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() 1690 /// createBlock - Used to lazily create blocks that are connected 1692 CFGBlock *CFGBuilder::createBlock(bool add_successor) { in createBlock() function in CFGBuilder 1693 CFGBlock *B = cfg->createBlock(); in createBlock() 1703 CFGBlock *B = createBlock(fals in createNoReturnBlock() 5223 CFGBlock *CFG::createBlock() { createBlock() function in CFG [all...] |
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.h | 124 void createBlock(StringRef FileName);
|
| /freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.cpp | 75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 869 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { in createBlock() 1116 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset); in createMutableContentBlock() 1125 return createBlock(Parent, MutableContent, Address, Alignment, 1140 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset); in getBlockContentReader() 1147 return createBlock(Parent, Size, Address, Alignment, AlignmentOffset); 868 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { createBlock() function
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 422 Result->createBlock(LC.FileName); in toCodeViewSubsection()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1270 CFGBlock *createBlock();
|