Searched defs:EndFunction (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/ | ||
D | stabs_to_module.cc | 101 bool StabsToModule::EndFunction(uint64_t address) { in EndFunction() function in google_breakpad::StabsToModule |
D | stabs_reader.h | 304 virtual bool EndFunction(uint64_t address) { return true; } in EndFunction() function |
/external/llvm/lib/CodeGen/ | ||
D | MachineModuleInfo.cpp | 305 void MachineModuleInfo::EndFunction() { in EndFunction() function in MachineModuleInfo |