Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDebugLoc.h100 DebugLoc getFnDebugLoc() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugLoc.h110 DebugLoc getFnDebugLoc() const;
/external/llvm/include/llvm/IR/
DDebugLoc.h110 DebugLoc getFnDebugLoc() const;
/external/llvm/lib/IR/
DDebugLoc.cpp49 DebugLoc DebugLoc::getFnDebugLoc() const { in getFnDebugLoc() function in DebugLoc
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugLoc.cpp50 DebugLoc DebugLoc::getFnDebugLoc() const { in getFnDebugLoc() function in DebugLoc
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1103 static DebugLoc getFnDebugLoc(DebugLoc DL, const LLVMContext &Ctx) { in getFnDebugLoc() function
1276 DebugLoc FnStartDL = getFnDebugLoc(PrologEndLoc, in beginFunction()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp898 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1260 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()