Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h45 struct CIEInformation { struct
47 CIEInformation(Symbol &CIESymbol) : CIESymbol(&CIESymbol) {} in CIEInformation() argument
64 using CIEInfosMap = DenseMap<orc::ExecutorAddr, CIEInformation>; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h55 struct CIEInformation { struct
57 CIEInformation(Symbol &CIESymbol) : CIESymbol(&CIESymbol) {} in CIEInformation() function
71 using CIEInfosMap = DenseMap<JITTargetAddress, CIEInformation>; argument