Home
last modified time | relevance | path

Searched refs:setLabel (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h55 void setLabel(MCSymbol *Sym) { AddressTableBaseSym = Sym; } in setLabel() function
H A DDwarfDebug.cpp753 AddrPool.setLabel(Asm->createTempSymbol("addr_table_base")); in beginModule()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCCodeView.h68 void setLabel(const MCSymbol *L) { Label = L; } in setLabel() function
H A DMCDwarf.h331 void setLabel(MCSymbol *Label) { in setLabel() function
/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h73 void setLabel(void *decl) { in setLabel() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp666 return Info.setLabel(Res); in FillInlineAsmIdentifierInfo()
670 return Info.setLabel(Res); in FillInlineAsmIdentifierInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp219 ADD_UNARY_METHOD(NSTabViewItem, setLabel, 0) in initUIMethods()
473 ADD_UNARY_METHOD(NSToolbarItem, setLabel, 0) in initUIMethods()
591 ADD_UNARY_METHOD(NSAccessibilityCustomRotor, setLabel, 0) in initUIMethods()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp2935 SEHExceptBlock->setLabel(ES); in VisitSEHExceptStmt()
3046 LabelBlock->setLabel(L); in VisitLabelStmt()
3971 currentBlock->setLabel(CS); in VisitCaseStmt()
3997 CaseBlock->setLabel(CS); in VisitCaseStmt()
4034 DefaultCaseBlock->setLabel(Terminator); in VisitDefaultStmt()
4138 CatchBlock->setLabel(CS); in VisitCXXCatchStmt()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp500 StartLoc.setLabel(Frag.getFnStartSym()); in encodeInlineLineTable()
H A DMCStreamer.cpp244 Table.setLabel( in getDwarfLineTableSymbol()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h836 void setLabel(Stmt *Statement) { Label = Statement; } in setLabel() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp307 S->setLabel(ReadDeclAs<LabelDecl>()); in VisitGotoStmt()
975 E->setLabel(ReadDeclAs<LabelDecl>()); in VisitAddrLabelExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2318 void setLabel(LabelDecl *D) { Label = D; } in setLabel() function
H A DExpr.h3785 void setLabel(LabelDecl *L) { Label = L; } in setLabel() function