Searched refs:PseudoSourceValueManager (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp100 PseudoSourceValueManager::PseudoSourceValueManager() function in class:PseudoSourceValueManager
105 const PseudoSourceValue *PseudoSourceValueManager::getStack() {
109 const PseudoSourceValue *PseudoSourceValueManager::getGOT() { return &GOTPSV; }
111 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() {
115 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() {
119 const PseudoSourceValue *PseudoSourceValueManager::getFixedStack(int FI) {
127 PseudoSourceValueManager::getGlobalValueCallEntry(const GlobalValue *GV) {
136 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) {
H A DMachineFunction.cpp102 PSVManager = llvm::make_unique<PseudoSourceValueManager>();
/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h143 class PseudoSourceValueManager { class in namespace:llvm
153 PseudoSourceValueManager();
H A DMachineFunction.h41 class PseudoSourceValueManager;
155 std::unique_ptr<PseudoSourceValueManager> PSVManager;
167 PseudoSourceValueManager &getPSVManager() const { return *PSVManager; }

Completed in 77 milliseconds