Home
last modified time | relevance | path

Searched defs:createBlock (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDDebugLinesSubsection.cpp75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLink.h869 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { in createBlock() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp1692 CFGBlock *CFGBuilder::createBlock(bool add_successor) { in createBlock() function in CFGBuilder
5220 CFGBlock *CFG::createBlock() { in createBlock() function in CFG