HomeSort by: relevance | last modified time | path
    Searched defs:addBlock (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyExceptionInfo.h 74 void addBlock(MachineBasicBlock *MBB) {
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
Profile.cpp 121 Error Profile::addBlock(Block &&B) {
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({
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 158 void addBlock(BasicBlock *BB, bool Remember) {
176 void addBlock(BasicBlock *BB) {
177 addBlock(BB, /* Remember = */ false);
181 addBlock(BB, /* Remember = */ true);
184 /// Get the nearest common dominator of all the BBs added via addBlock() and
563 Dominator.addBlock(Parent);
635 Dominator.addBlock(To);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 463 void addBlock(const BlockDecl *BD) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 395 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) {
401 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form,
408 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute,
410 addBlock(Die, Attribute, Block->BestForm(), Block);
509 addBlock(Die, dwarf::DW_AT_const_value, Block);
728 addBlock(Buffer, dwarf::DW_AT_string_length, DwarfExpr.finalize());
1033 addBlock(ParamDIE, dwarf::DW_AT_location, Loc);
1236 addBlock(SPDie, dwarf::DW_AT_vtable_elem_location, Block);
1321 addBlock(DW_Subrange, Attr, DwarfExpr.finalize());
1368 addBlock(DwGenericSubrange, Attr, DwarfExpr.finalize())
    [all...]

Completed in 21 milliseconds