Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h238 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); } setDebugLoc() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h378 void setDebugLoc(const DebugLoc &DL) { this->State.DL = DL; } setDebugLoc() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4405 CallLoweringInfo &setDebugLoc(const SDLoc &dl) { setDebugLoc() function