Searched defs:DebugInfo (Results 1 – 3 of 3) sorted by relevance
31 struct DebugInfo { struct33 ArrayRef<const MethodDebugInfo> compiled_methods; argument36 std::map<uint32_t, const DexFile*> dex_files; // Offset in section -> dex file content.38 bool Empty() const { in Empty()
284 TEST_F(DwarfTest, DebugInfo) { in TEST_F() argument
1061 DebugInfoItem* DebugInfo() const { return debug_info_; } in DebugInfo() function