Home
last modified time | relevance | path

Searched refs:getFnDebugLoc (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DDebugLoc.h110 DebugLoc getFnDebugLoc() const;
/external/llvm/lib/IR/
DDebugLoc.cpp50 DebugLoc DebugLoc::getFnDebugLoc() const { in getFnDebugLoc() function in DebugLoc
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp365 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunction()