reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/XRay/InstrumentationMap.cpp
  144     Entry.Function = RelocateOrElse(FuncOff, Extractor.getU64(&OffsetPtr));
  161       CurFn = Entry.Function;
  162       FunctionAddresses[FuncId] = Entry.Function;
  163       FunctionIds[Entry.Function] = FuncId;
  165     if (Entry.Function != CurFn) {
  167       CurFn = Entry.Function;
  168       FunctionAddresses[FuncId] = Entry.Function;
  169       FunctionIds[Entry.Function] = FuncId;
tools/llvm-xray/xray-extract.cpp
   60     auto FuncId = Map.getFunctionId(Sled.Function);
   63     YAMLSleds.push_back({*FuncId, Sled.Address, Sled.Function, Sled.Kind,