Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DAsmPrinter.h206 bool needsRelocationsForDwarfStringPool() const;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp179 if (Asm->needsRelocationsForDwarfStringPool()) in addString()
201 if (Asm->needsRelocationsForDwarfStringPool()) in addLocalString()
DAsmPrinter.cpp662 bool AsmPrinter::needsRelocationsForDwarfStringPool() const { in needsRelocationsForDwarfStringPool() function in AsmPrinter