Searched defs:getLabel (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h53 MCSymbol *getLabel() { return AddressTableBaseSym; } function in class:llvm::AddressPool
H A DDwarfDebug.h243 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } function in class:llvm::DbgLabel
H A DWinException.cpp314 const MCExpr *WinException::getLabel(const MCSymbol *Label) { function in class:WinException
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h50 LabelTy getLabel() { return ++NextLabel; } function in class:clang::interp::ByteCodeEmitter
H A DEvalEmitter.cpp49 EvalEmitter::LabelTy EvalEmitter::getLabel() { return NextLabel++; } function in class:EvalEmitter
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp303 static std::string getLabel(const GraphDiffRenderer::GraphT::EdgeValueType &E, function
321 static std::string getLabel(const GraphDiffRenderer::GraphT::VertexValueType &V, function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h154 MDNode *getLabel() const { return Label; } function in class:llvm::SDDbgLabel
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h51 const MCSymbol *getLabel() const { return Label; } function in class:llvm::MCCVLoc
H A DMCDwarf.h170 MCSymbol *getLabel() const { return Label; } function in class:llvm::MCDwarfLineEntry
351 MCSymbol *getLabel() const { function in class:llvm::MCDwarfLineTable
432 MCSymbol *getLabel() const { return Label; } function in class:llvm::MCGenDwarfLabelEntry
586 MCSymbol *getLabel() const { return Label; } function in class:llvm::MCCFIInstruction
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h580 const LabelDecl *getLabel() const { function in class:clang::ento::loc::GotoLabel
H A DCoreEngine.h500 const LabelDecl *getLabel() const { function in class:clang::ento::IndirectGotoNodeBuilder::iterator
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h197 DILabel *getLabel() const { return cast<DILabel>(getRawLabel()); } function in class:llvm::DbgLabelInst
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2105 MCSymbol *getLabel() const { return Label; } function in class:llvm::LabelSDNode
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2535 LabelDecl *getLabel() const { return Label; } function in class:clang::GotoStmt
H A DExpr.h4164 LabelDecl *getLabel() const { return Label; } function in class:clang::final::AddrLabelExpr

Completed in 148 milliseconds