Home
last modified time | relevance | path

Searched defs:isDebug (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h455 bool isDebug() const { in isDebug() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp953 const bool isDebug = isDebugSection(*this); in relocateNonAlloc() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp275 bool isDebug) { in ChangeToRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp83 inline static bool isDebug() { in isDebug() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp374 void OutputSection::writeHeaderTo(uint8_t *buf, bool isDebug) { in writeHeaderTo()