Searched refs:RegisterFunction (Results 1 – 3 of 3) sorted by relevance
99 void RegisterFunction(const Function *F, DebugInfo &I);
132 void JITDebugRegisterer::RegisterFunction(const Function *F, DebugInfo &I) { in RegisterFunction() function in llvm::JITDebugRegisterer
1001 DR->RegisterFunction(F.getFunction(), I); in finishFunction()