Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp28 const PseudoSourceValue PSVs[4]; member
32 PSVGlobalsTy() : PSVs() {} in PSVGlobalsTy()
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()