Home
last modified time | relevance | path

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

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