Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch32.h175 struct FixupInfoBase { struct
176 static const FixupInfoBase *getDynFixupInfo(Edge::Kind K);
177 virtual ~FixupInfoBase() {} in ~FixupInfoBase() argument
181 struct FixupInfoArm : public FixupInfoBase {
186 struct FixupInfoThumb : public FixupInfoBase {
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp280 const FixupInfoBase *getEntry(Edge::Kind K) { in getEntry()
297 static std::unique_ptr<FixupInfoBase> initEntry() { in initEntry()
308 std::array<std::unique_ptr<FixupInfoBase>, Items> Data;
319 const FixupInfoBase *Entry = DynFixupInfos->getEntry(Kind); in checkOpcode()
332 const FixupInfoBase *Entry = DynFixupInfos->getEntry(Kind); in checkOpcode()
341 const FixupInfoBase *FixupInfoBase::getDynFixupInfo(Edge::Kind K) { in getDynFixupInfo()