Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCCodeView.h50 unsigned getFunctionId() const { return FunctionId; } in getFunctionId() function
121 {LineEntry.getFunctionId(), {Offset, Offset + 1}}); in addLineEntry()
134 if (MCCVLines[Idx].getFunctionId() == FuncId) in getFunctionLineEntries()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp261 {LineEntry.getFunctionId(), {Offset, Offset + 1}}); in addLineEntry()
275 unsigned LocationFuncId = MCCVLines[Idx].getFunctionId(); in getFunctionLineEntries()
480 errs() << ".cv_loc " << Loc.getFunctionId() << ' ' << Loc.getFileNum() in encodeInlineLineTable()
513 if (Loc.getFunctionId() == Frag.SiteFuncId) { in encodeInlineLineTable()
517 auto I = SiteInfo->InlinedAtMap.find(Loc.getFunctionId()); in encodeInlineLineTable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DInstrumentationMap.h91 Optional<int32_t> getFunctionId(uint64_t Addr) const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-extract.cpp61 auto FuncId = Map.getFunctionId(Sled.Function); in exportAsYAML()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h51 unsigned getFunctionId() const { return FunctionId; } in getFunctionId() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DInstrumentationMap.cpp35 Optional<int32_t> InstrumentationMap::getFunctionId(uint64_t Addr) const { in getFunctionId() function in InstrumentationMap
/external/llvm/lib/MC/
DMCCodeView.cpp310 if (!InlinedFuncIds.count(Loc.getFunctionId())) { in encodeInlineLineTable()