Home
last modified time | relevance | path

Searched defs:getLabel (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h53 MCSymbol *getLabel() { return AddressTableBaseSym; } in getLabel() function
H A DDwarfDebug.h244 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } getLabel() function
H A DWinException.cpp319 const MCExpr *WinException::getLabel(const MCSymbol *Label) { in getLabel() function in WinException
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h44 LabelTy getLabel() { return ++NextLabel; } in getLabel() function
H A DEvalEmitter.cpp83 EvalEmitter::LabelTy EvalEmitter::getLabel() { return NextLabel++; } in getLabel() function in EvalEmitter
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp300 static std::string getLabel(const GraphDiffRenderer::GraphT::EdgeValueType &E, in getLabel() function
318 static std::string getLabel(const GraphDiffRenderer::GraphT::VertexValueType &V, in getLabel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h200 MCSymbol *getLabel() const { return Label; } in getLabel() function
402 MCSymbol *getLabel() const { in getLabel() function
476 MCSymbol *getLabel() const { return Label; } in getLabel() function
681 MCSymbol *getLabel() const { return Label; } in getLabel() function
H A DMCCodeView.h58 const MCSymbol *getLabel() const { return Label; } in getLabel() function
H A DMCPseudoProbe.h172 MCSymbol *getLabel() const { return Label; } in getLabel() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h252 MDNode *getLabel() const { return Label; } in getLabel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h248 DILabel *getLabel() const { return Label.get(); } in getLabel() function
H A DIntrinsicInst.h535 DILabel *getLabel() const { return cast<DILabel>(getRawLabel()); } in getLabel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h331 StringRef getLabel() const { return Label; } in getLabel() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h428 const LabelDecl *getLabel() const { return castDataAs<LabelDecl>(); } in getLabel() function
H A DCoreEngine.h509 const LabelDecl *getLabel() const { in getLabel() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1100 Stmt *getLabel() { return Label; } in getLabel() function
1101 const Stmt *getLabel() const { return Label; } in getLabel() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp560 std::string getLabel(const FuncTy *Func, const CallTy Call, in getLabel() function in __anonf01a58700111::CallsiteContextGraph
1611 std::string ModuleCallsiteContextGraph::getLabel(const Function *Func, in getLabel() function in ModuleCallsiteContextGraph
1619 std::string IndexCallsiteContextGraph::getLabel(const FunctionSummary *Func, in getLabel() function in IndexCallsiteContextGraph
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1803 StringRef getLabel() const { in getLabel() function in __anon94a753662a11::DotCfgDiffNode
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4385 LabelDecl *getLabel() const { return Label; } in getLabel() function