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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 395 if (useSplitDwarf())
411 if (!useSplitDwarf()) {
433 if (useSplitDwarf())
576 if (useSplitDwarf()) {
620 if (useSplitDwarf())
640 if (useSplitDwarf())
659 if (useSplitDwarf()) {
    [all...]
DwarfCompileUnit.cpp 38 if (!DD->useSplitDwarf() || !Skeleton)
162 if (!DD->useSplitDwarf()) {
823 return DD->useSplitDwarf() && Skeleton;
828 (DD->useSplitDwarf() && !Skeleton);
DIE.cpp 448 assert(!DD->useSplitDwarf() && "TODO: dwo files can't have relocations.");
610 AP->emitDwarfSymbolReference(Label, /*ForceOffset*/ DD->useSplitDwarf());
DwarfDebug.h 550 bool useSplitDwarf() const { return HasSplitDwarf; }
DwarfUnit.cpp 251 if (!DD->useSplitDwarf()) {
    [all...]

Completed in 612 milliseconds