Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugLoc.h111 DebugLoc getFnDebugLoc() const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugLoc.cpp50 DebugLoc DebugLoc::getFnDebugLoc() const { in getFnDebugLoc() function in DebugLoc
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1371 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()