Home
last modified time | relevance | path

Searched defs:ExceptionSectionEntry (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp223 struct ExceptionSectionEntry : public SectionEntry { struct
224 std::map<const StringRef, ExceptionInfo> ExceptionTable;
225 bool isDebugEnabled = false;
227 ExceptionSectionEntry(StringRef N, int32_t Flags) in ExceptionSectionEntry() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DXCOFFObjectFile.cpp89 template struct ExceptionSectionEntry<support::ubig32_t>; variable
90 template struct ExceptionSectionEntry<support::ubig64_t>; variable