/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AddressPool.h | 54 void setLabel(MCSymbol *Sym) { AddressTableBaseSym = Sym; } in setLabel() function
|
H A D | DwarfDebug.cpp | 1188 AddrPool.setLabel(Asm->createTempSymbol("addr_table_base")); in beginModule()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 74 void setLabel(const MCSymbol *L) { Label = L; } in setLabel() function
|
H A D | MCDwarf.h | 406 void setLabel(MCSymbol *Label) { in setLabel() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParser.h | 72 void setLabel(void *decl) { in setLabel() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LocalizationChecker.cpp | 214 ADD_UNARY_METHOD(NSTabViewItem, setLabel, 0) in initUIMethods() 468 ADD_UNARY_METHOD(NSToolbarItem, setLabel, 0) in initUIMethods() 586 ADD_UNARY_METHOD(NSAccessibilityCustomRotor, setLabel, 0) in initUIMethods()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 755 return Info.setLabel(Res); in FillInlineAsmIdentifierInfo() 764 return Info.setLabel(Res); in FillInlineAsmIdentifierInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugProgramInstruction.h | 247 void setLabel(DILabel *NewLabel) { Label = NewLabel; } in setLabel() function
|
H A D | IntrinsicInst.h | 536 void setLabel(DILabel *NewLabel) { in setLabel() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 3292 SEHExceptBlock->setLabel(ES); in VisitSEHExceptStmt() 3401 LabelBlock->setLabel(L); in VisitLabelStmt() 4031 CatchBlock->setLabel(CS); in VisitObjCAtCatchStmt() 4485 currentBlock->setLabel(CS); in VisitCaseStmt() 4511 CaseBlock->setLabel(CS); in VisitCaseStmt() 4548 DefaultCaseBlock->setLabel(Terminator); in VisitDefaultStmt() 4653 CatchBlock->setLabel(CS); in VisitCXXCatchStmt()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 513 StartLoc.setLabel(Frag.getFnStartSym()); in encodeInlineLineTable()
|
H A D | MCStreamer.cpp | 274 Table.setLabel( in getDwarfLineTableSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 547 DLR->setLabel(cast<DILabel>(mapMetadata(DLR->getLabel()))); in remapDbgRecord()
|
H A D | CodeExtractor.cpp | 1620 LabelRecord->setLabel(cast<DILabel>(NewLabel)); in fixupDebugInfoPostExtraction()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 1071 void setLabel(Stmt *Statement) { Label = Statement; } in setLabel() function
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 315 S->setLabel(readDeclAs<LabelDecl>()); in VisitGotoStmt() 1337 E->setLabel(readDeclAs<LabelDecl>()); in VisitAddrLabelExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Stmt.h | 2881 void setLabel(LabelDecl *D) { Label = D; }
|
H A D | Expr.h | 4386 void setLabel(LabelDecl *L) { Label = L; } in setLabel() function
|