Home
last modified time | relevance | path

Searched defs:getDL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h362 const DebugLoc &getDL() const { return DL; } in getDL() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h295 const DebugLoc &getDL() { return State.DL; } in getDL() function