Lines Matching +defs:function +defs:o
319 Function *function = base_address.CalculateSymbolContextFunction();
320 if (function) {
322 // prologue information. So if this symbol points to a function, use
324 m_type_data = function->GetPrologueByteSize();
366 // Sanity check - this may be a function in the middle of code that
368 // entries surrounding us won't lie inside our function. In that
375 // size of a function prologue.
574 // can't resolve indirect symbols without calling a function...
780 llvm::json::ObjectMapper o(value, path);
781 const bool mapped = o && o.map("value", symbol.value) &&
782 o.map("address", symbol.address) &&
783 o.map("size", symbol.size) && o.map("id", symbol.id) &&
784 o.map("type", symbol.type) && o.map("name", symbol.name);