HomeSort by relevance Sort by last modified time
    Searched refs:EndFunction (Results 1 - 14 of 14) sorted by null

  /external/google-breakpad/src/common/
stabs_to_module.h 80 bool EndFunction(uint64_t address);
stabs_to_module_unittest.cc 53 EXPECT_TRUE(h.EndFunction(0xfde4abbed390c3a4LL));
72 EXPECT_EQ(0x10U, line->size); // derived from EndFunction
115 EXPECT_TRUE(h.EndFunction(0));
118 EXPECT_TRUE(h.EndFunction(0));
149 EXPECT_TRUE(h.EndFunction(0)); // unknown function end address
175 EXPECT_EQ(0x100000000ULL, line1->size); // derived from EndFunction
181 EXPECT_EQ(0x1000000000000ULL, line2->size); // derived from EndFunction
198 EXPECT_TRUE(h.EndFunction(0));
237 EXPECT_TRUE(h.EndFunction(0));
stabs_reader_unittest.cc 223 MOCK_METHOD1(EndFunction, bool(uint64_t));
305 EXPECT_CALL(mock_handler, EndFunction(0xbf27cf93U))
315 EXPECT_CALL(mock_handler, EndFunction(0xd04b7448U))
362 EXPECT_CALL(mock_handler, EndFunction(0))
434 EXPECT_CALL(mock_handler, EndFunction(0x80b0014cU))
443 EXPECT_CALL(mock_handler, EndFunction(0xbffff983U))
502 EXPECT_CALL(mock_handler, EndFunction(0xc954de9b8fb3e5e2ULL))
507 EXPECT_CALL(mock_handler, EndFunction(0xc954de9b8fb3e5e2ULL + 0xc1ab))
512 EXPECT_CALL(mock_handler, EndFunction(0xfdacb856e78bbf57ULL))
551 EXPECT_CALL(mock_handler, EndFunction(0xce1b98fa + 0x5798)
    [all...]
stabs_reader.h 304 virtual bool EndFunction(uint64_t address) { return true; }
stabs_reader.cc 294 if (! handler_->EndFunction(ending_address))
stabs_to_module.cc 101 bool StabsToModule::EndFunction(uint64_t address) {
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 30 check::EndFunction > {
TraversalChecker.cpp 28 check::EndFunction > {
CheckerDocumentation.cpp 47 check::EndFunction,
160 /// check::EndFunction
TestAfterDivZeroChecker.cpp 81 check::EndFunction> {
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 209 /// EndFunction - Discard function meta information.
211 void EndFunction();
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 226 class EndFunction {
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 303 /// EndFunction - Discard function meta information.
305 void MachineModuleInfo::EndFunction() {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 921 HI.Handler->endFunction(MF);
923 MMI->EndFunction();
    [all...]

Completed in 1766 milliseconds