Searched refs:WinCodeViewLineTables (Results 1 – 5 of 5) sorted by relevance
21 StringRef WinCodeViewLineTables::getFullFilepath(const MDNode *S) { in getFullFilepath()82 void WinCodeViewLineTables::maybeRecordLocation(DebugLoc DL, in maybeRecordLocation()104 WinCodeViewLineTables::WinCodeViewLineTables(AsmPrinter *AP) in WinCodeViewLineTables() function in llvm::WinCodeViewLineTables119 void WinCodeViewLineTables::endModule() { in endModule()182 void WinCodeViewLineTables::emitDebugInfoForFunction(const Function *GV) { in emitDebugInfoForFunction()313 void WinCodeViewLineTables::beginFunction(const MachineFunction *MF) { in beginFunction()355 void WinCodeViewLineTables::endFunction(const MachineFunction *MF) { in endFunction()375 void WinCodeViewLineTables::beginInstruction(const MachineInstr *MI) { in beginInstruction()
32 class WinCodeViewLineTables : public AsmPrinterHandler {115 WinCodeViewLineTables(AsmPrinter *Asm);117 ~WinCodeViewLineTables() { in ~WinCodeViewLineTables()
22 WinCodeViewLineTables.cpp
227 Handlers.push_back(HandlerInfo(new WinCodeViewLineTables(this), in doInitialization()
29 WinCodeViewLineTables.cpp