Searched refs:addBlock (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp121 Error Profile::addBlock(Block &&B) { function in class:llvm::xray::Profile
227 Merged.addBlock({IndexedThreadBlock.first, std::move(PathAndData)}));
258 cantFail(Merged.addBlock({0, std::move(Block)}));
309 P.addBlock(Profile::Block{Profile::ThreadID{Header.Thread},
391 if (auto E = P.addBlock({
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h83 Error addBlock(Block &&B);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp64 WE->addBlock(MBB);
H A DWebAssemblyExceptionInfo.h72 void addBlock(MachineBasicBlock *MBB) { function in class:llvm::WebAssemblyException
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h184 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc);
187 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block);
H A DDwarfCompileUnit.cpp295 addBlock(*VariableDIE, dwarf::DW_AT_location, DwarfExpr->finalize());
406 addBlock(*SPDie, dwarf::DW_AT_frame_base, Loc);
634 addBlock(*VariableDie, dwarf::DW_AT_location, DwarfExpr.finalize());
699 addBlock(*VariableDie, dwarf::DW_AT_location, DwarfExpr.finalize());
1011 addBlock(*CallSiteDieParam, getDwarf5OrGNUAttr(dwarf::DW_AT_call_value),
1204 addBlock(Die, Attribute, DwarfExpr.finalize());
1238 addBlock(Die, Attribute, DwarfExpr.finalize());
H A DDwarfUnit.cpp402 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) { function in class:DwarfUnit
409 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, function in class:DwarfUnit
529 addBlock(Die, dwarf::DW_AT_const_value, Block);
590 addBlock(Die, dwarf::DW_AT_const_value, Block);
1075 addBlock(ParamDIE, dwarf::DW_AT_location, Loc);
1263 addBlock(SPDie, dwarf::DW_AT_vtable_elem_location, Block);
1489 addBlock(MemberDie, dwarf::DW_AT_data_member_location, VBaseLocationDie);
1540 addBlock(MemberDie, dwarf::DW_AT_data_member_location, MemLocationDie);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp102 void addBlock(BasicBlock *BB, bool Remember) { function in class:__anon5729::NearestCommonDominator
120 void addBlock(BasicBlock *BB) { function in class:__anon5729::NearestCommonDominator
121 addBlock(BB, /* Remember = */ false);
125 addBlock(BB, /* Remember = */ true);
128 /// Get the nearest common dominator of all the BBs added via addBlock() and
557 Dominator.addBlock(Parent);
624 Dominator.addBlock(To);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h595 void addBlock(Block &B) { function in class:llvm::jitlink::Section
675 B->getSection().addBlock(*B);
1036 Error addBlock(Block &B, PredFn Pred = includeAllBlocks) { function in class:llvm::jitlink::BlockAddressMap
1073 if (auto Err = addBlock(*B, Pred))
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h438 void addBlock(const BlockDecl *BD) { function in class:clang::sema::FunctionScopeInfo
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14550 getCurFunction()->addBlock(BD);

Completed in 289 milliseconds