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;
64 /// The InstrumentationMap represents the computed function id's and indicated
65 /// function addresses from an object file (or a YAML file). This provides an
66 /// interface to just the mapping between the function id, and the function
86 /// Provides a raw accessor to the unordered map of function addresses.
89 /// Returns an XRay computed function id, provided a function address.
92 /// Returns the function address for a function id.
105 IO.enumCase(Kind, "function-enter", xray::SledEntry::FunctionKinds::ENTRY);
106 IO.enumCase(Kind, "function-exit", xray::SledEntry::FunctionKinds::EXIT);
115 IO.mapRequired("function", Entry.Function);