Home
last modified time | relevance | path

Searched refs:getFunctionId (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp266 {LineEntry.getFunctionId(), {Offset, Offset + 1}}); in addLineEntry()
284 unsigned LocationFuncId = MCCVLines[Idx].getFunctionId(); in getFunctionLineEntries()
501 errs() << ".cv_loc " << Loc.getFunctionId() << ' ' << Loc.getFileNum() in encodeInlineLineTable()
537 if (Loc.getFunctionId() == Frag.SiteFuncId) { in encodeInlineLineTable()
541 auto I = SiteInfo->InlinedAtMap.find(Loc.getFunctionId()); in encodeInlineLineTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h93 std::optional<int32_t> getFunctionId(uint64_t Addr) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp64 auto FuncId = Map.getFunctionId(Sled.Function); in exportAsYAML()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h60 unsigned getFunctionId() const { return FunctionId; } in getFunctionId() function
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp36 std::optional<int32_t> InstrumentationMap::getFunctionId(uint64_t Addr) const { in getFunctionId() function in InstrumentationMap