Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp103 ExternalSymbolPseudoSourceValue::ExternalSymbolPseudoSourceValue( in ExternalSymbolPseudoSourceValue() function in ExternalSymbolPseudoSourceValue
148 std::unique_ptr<const ExternalSymbolPseudoSourceValue> &E = in getExternalSymbolCallEntry()
151 E = llvm::make_unique<ExternalSymbolPseudoSourceValue>(ES, TII); in getExternalSymbolCallEntry()
H A DMachineOperand.cpp1126 OS, cast<ExternalSymbolPseudoSourceValue>(PVal)->getSymbol()); in print()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h143 class ExternalSymbolPseudoSourceValue : public CallEntryPseudoSourceValue {
147 ExternalSymbolPseudoSourceValue(const char *ES, const TargetInstrInfo &TII);
161 StringMap<std::unique_ptr<const ExternalSymbolPseudoSourceValue>>