Home
last modified time | relevance | path

Searched defs:setDebugLoc (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h256 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); } in setDebugLoc() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h321 void setDebugLoc(const DebugLoc &DL) { this->State.DL = DL; } in setDebugLoc() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3484 CallLoweringInfo &setDebugLoc(const SDLoc &dl) { in setDebugLoc() function