Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp268 {LineEntry.getFunctionId(), {Offset, Offset + 1}}); in addLineEntry()
282 unsigned LocationFuncId = MCCVLines[Idx].getFunctionId(); in getFunctionLineEntries()
487 errs() << ".cv_loc " << Loc.getFunctionId() << ' ' << Loc.getFileNum() in encodeInlineLineTable()
521 if (Loc.getFunctionId() == Frag.SiteFuncId) { in encodeInlineLineTable()
525 auto I = SiteInfo->InlinedAtMap.find(Loc.getFunctionId()); in encodeInlineLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DInstrumentationMap.h93 Optional<int32_t> getFunctionId(uint64_t Addr) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-extract.cpp63 auto FuncId = Map.getFunctionId(Sled.Function); in exportAsYAML()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h53 unsigned getFunctionId() const { return FunctionId; } in getFunctionId() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DInstrumentationMap.cpp37 Optional<int32_t> InstrumentationMap::getFunctionId(uint64_t Addr) const { in getFunctionId() function in InstrumentationMap