Searched refs:createBlock (Results 1 – 6 of 6) sorted by relevance
/freebsd/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() 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 D | DebugLinesSubsection.h | 124 void createBlock(StringRef FileName);
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.cpp | 75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 869 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 D | CodeViewYAMLDebugSections.cpp | 422 Result->createBlock(LC.FileName); in toCodeViewSubsection()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 1270 CFGBlock *createBlock();
|