Home | History | Annotate | Download | only in XRay

Lines Matching defs:Function

46   /// The address of the function.
47 uint64_t Function;
59 yaml::Hex64 Function;
65 /// The InstrumentationMap represents the computed function id's and indicated
66 /// function addresses from an object file (or a YAML file). This provides an
67 /// interface to just the mapping between the function id, and the function
87 /// Provides a raw accessor to the unordered map of function addresses.
90 /// Returns an XRay computed function id, provided a function address.
93 /// Returns the function address for a function id.
106 IO.enumCase(Kind, "function-enter", xray::SledEntry::FunctionKinds::ENTRY);
107 IO.enumCase(Kind, "function-exit", xray::SledEntry::FunctionKinds::EXIT);
120 IO.mapRequired("function", Entry.Function);
123 IO.mapOptional("function-name", Entry.FunctionName);