HomeSort by relevance Sort by last modified time
    Searched defs:PseudoSourceValueManager (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 100 PseudoSourceValueManager::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) {
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 143 class PseudoSourceValueManager {
153 PseudoSourceValueManager();

Completed in 80 milliseconds