HomeSort by relevance Sort by last modified time
    Searched refs:needsRelocationsForDwarfStringPool (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 193 /// needsRelocationsForDwarfStringPool - Specifies whether the object format
196 bool needsRelocationsForDwarfStringPool() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 79 if (Asm->needsRelocationsForDwarfStringPool())
    [all...]
AsmPrinter.cpp 626 bool AsmPrinter::needsRelocationsForDwarfStringPool() const {
    [all...]

Completed in 181 milliseconds