Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp41 static ManagedStatic<PSVGlobalsTy> PSVGlobals; variable
46 { return &PSVGlobals->PSVs[0]; } in getStack()
48 { return &PSVGlobals->PSVs[1]; } in getGOT()
50 { return &PSVGlobals->PSVs[2]; } in getJumpTable()
52 { return &PSVGlobals->PSVs[3]; } in getConstantPool()
70 O << PSVNames[this - PSVGlobals->PSVs]; in printCustom()
74 PSVGlobalsTy &PG = *PSVGlobals; in getFixedStack()