Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp42 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
48 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
54 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryData.h85 virtual bool isJumpTable() const { return false; } in isJumpTable() function
86 virtual bool isObject() const { return !isJumpTable(); } in isObject()
90 return (isJumpTable() && in isTopLevelJumpTable()
H A DJumpTable.h112 virtual bool isJumpTable() const override { return true; } in isJumpTable() function
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderData.cpp105 if (!BD->isAtomic() || BD->isJumpTable() || !BD->isMoveable()) in filterSymbol()
202 if (BD->getAtomicRoot()->isJumpTable()) in assignMemData()
385 if (!SubBD.second->isJumpTable()) { in setSectionOrder()
H A DAsmDump.cpp115 if (BD->isJumpTable()) in dumpBinaryDataSymbols()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp210 if ((!BD->isMoved() && !Inplace) || BD->isJumpTable()) in reorderRelocations()
237 assert((BD->isMoved() || !Inplace) && !BD->isJumpTable()); in reorderContents()
H A DBinaryData.cpp103 if (isJumpTable()) in printBrief()
H A DBinaryContext.cpp1048 (NI->second->isJumpTable() && NI->second->Size > Size)) && in setBinaryDataSize()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h71 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp466 const uint64_t Address = I->isMoved() && !I->isJumpTable() in findSymbol()
H A DRewriteInstance.cpp3069 uint64_t Address = I->isMoved() && !I->isJumpTable() in lookup()
4656 if (BD && BD->isMoved() && !BD->isJumpTable()) { in updateELFSymbolTable()