Home
last modified time | relevance | path

Searched refs:isBlockByrefVariable (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h216 bool isBlockByrefVariable() const;
H A DDwarfCompileUnit.cpp1016 assert((!DV.isBlockByrefVariable() || DV.hasComplexAddress()) && in addVariableAddress()
H A DDwarfDebug.cpp186 bool DbgVariable::isBlockByrefVariable() const { in isBlockByrefVariable() function in DbgVariable