Home
last modified time | relevance | path

Searched refs:InlineeType (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp77 CVType InlineeType = Ids.getType(Sym.Inlinee); in getName() local
79 if (InlineeType.kind() == LF_MFUNC_ID) { in getName()
81 cantFail(TypeDeserializer::deserializeAs<MemberFuncIdRecord>(InlineeType, in getName()
86 } else if (InlineeType.kind() == LF_FUNC_ID) { in getName()
89 TypeDeserializer::deserializeAs<FuncIdRecord>(InlineeType, FRecord)); in getName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp184 using InlineeType = std::pair<InlineSite, MCPseudoProbeInlineTree *>; in emit() typedef
185 auto Comparer = [](const InlineeType &A, const InlineeType &B) { in emit()
188 std::vector<InlineeType> Inlinees; in emit()
232 using InlineeType = std::pair<InlineSite, MCPseudoProbeInlineTree *>; in emit() typedef
233 auto Comparer = [](const InlineeType &A, const InlineeType &B) { in emit()
236 std::vector<InlineeType> Inlinees; in emit()