Home
last modified time | relevance | path

Searched refs:MCCodePadder (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodePadder.h39 class MCCodePadder {
40 MCCodePadder(const MCCodePadder &) = delete;
41 void operator=(const MCCodePadder &) = delete;
85 MCCodePadder() in MCCodePadder() function
88 virtual ~MCCodePadder();
DMCAsmBackend.h28 class MCCodePadder; variable
43 std::unique_ptr<MCCodePadder> CodePadder;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodePadder.cpp23 MCCodePadder::~MCCodePadder() { in ~MCCodePadder()
28 bool MCCodePadder::addPolicy(MCCodePaddingPolicy *Policy) { in addPolicy()
33 void MCCodePadder::handleBasicBlockStart(MCObjectStreamer *OS, in handleBasicBlockStart()
69 void MCCodePadder::handleBasicBlockEnd(const MCCodePaddingContext &Context) { in handleBasicBlockEnd()
74 void MCCodePadder::handleInstructionBegin(const MCInst &Inst) { in handleInstructionBegin()
118 void MCCodePadder::handleInstructionEnd(const MCInst &Inst) { in handleInstructionEnd()
147 MCPFRange &MCCodePadder::getJurisdiction(MCPaddingFragment *Fragment, in getJurisdiction()
184 uint64_t MCCodePadder::getMaxWindowSize(MCPaddingFragment *Fragment, in getMaxWindowSize()
208 bool MCCodePadder::relaxFragment(MCPaddingFragment *Fragment, in relaxFragment()
DCMakeLists.txt14 MCCodePadder.cpp
DMCAsmBackend.cpp27 : CodePadder(new MCCodePadder()), Endian(Endian) {} in MCAsmBackend()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk472 llvm/lib/MC/MCCodePadder.cpp \
DBUILD.gn296 "llvm/lib/MC/MCCodePadder.cpp",
/external/swiftshader/
DCMakeLists.txt1138 ${LLVM_DIR}/lib/MC/MCCodePadder.cpp