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