Home
last modified time | relevance | path

Searched refs:WinCodeViewLineTables (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp21 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::WinCodeViewLineTables
118 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()
DWinCodeViewLineTables.h32 class WinCodeViewLineTables : public AsmPrinterHandler {
115 WinCodeViewLineTables(AsmPrinter *Asm);
117 ~WinCodeViewLineTables() override { in ~WinCodeViewLineTables()
DCMakeLists.txt22 WinCodeViewLineTables.cpp
DAndroid.mk24 WinCodeViewLineTables.cpp
DAsmPrinter.cpp238 Handlers.push_back(HandlerInfo(new WinCodeViewLineTables(this), in doInitialization()
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch755 + WinCodeViewLineTables.cpp