Home
last modified time | relevance | path

Searched refs:createLabel (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h708 static MCCFIInstruction createLabel(MCSymbol *L, MCSymbol *CfiLabel, in createLabel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h903 LLVM_ABI DILabel *createLabel(DIScope *Scope, StringRef Name, DIFile *File,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp702 F->Instructions.push_back(MCCFIInstruction::createLabel(Label, Sym, Loc)); in emitCFILabelDirective()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp948 DILabel *DIBuilder::createLabel(DIScope *Context, StringRef Name, DIFile *File, in createLabel() function in DIBuilder
H A DDebugInfo.cpp1895 return wrap(unwrap(Builder)->createLabel( in LLVMDIBuilderCreateLabel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1581 DBuilder.createLabel(DIS, LabelName, DILoc.getFile(), in createResumeEntryBlock()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5330 auto *L = DBuilder.createLabel( in EmitLabel()