Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Rewrite/
H A DCMakeLists.txt1 set(LLVM_OPTIONAL_SOURCES ByteCode.cpp)
21 ByteCode.cpp
/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h495 const uint8_t *ByteCode = in UnwindByteCode() local
497 return ArrayRef(ByteCode, CodeWords() * sizeof(uint32_t)); in UnwindByteCode()