Searched refs:WinCodeViewLineTables (Results 1 – 6 of 6) sorted by relevance
21 StringRef WinCodeViewLineTables::getFullFilepath(const MDNode *S) { in getFullFilepath()81 void WinCodeViewLineTables::maybeRecordLocation(DebugLoc DL, in maybeRecordLocation()103 WinCodeViewLineTables::WinCodeViewLineTables(AsmPrinter *AP) in WinCodeViewLineTables() function in llvm::WinCodeViewLineTables118 void WinCodeViewLineTables::endModule() { in endModule()181 void WinCodeViewLineTables::emitDebugInfoForFunction(const Function *GV) { in emitDebugInfoForFunction()315 void WinCodeViewLineTables::beginFunction(const MachineFunction *MF) { in beginFunction()355 void WinCodeViewLineTables::endFunction(const MachineFunction *MF) { in endFunction()372 void WinCodeViewLineTables::beginInstruction(const MachineInstr *MI) { in beginInstruction()
32 class WinCodeViewLineTables : public AsmPrinterHandler {115 WinCodeViewLineTables(AsmPrinter *Asm);117 ~WinCodeViewLineTables() override { in ~WinCodeViewLineTables()
22 WinCodeViewLineTables.cpp
24 WinCodeViewLineTables.cpp
238 Handlers.push_back(HandlerInfo(new WinCodeViewLineTables(this), in doInitialization()
755 + WinCodeViewLineTables.cpp