Home
last modified time | relevance | path

Searched refs:CIEInformation (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupportImpl.h55 struct CIEInformation { struct
56 CIEInformation() = default;
57 CIEInformation(Symbol &CIESymbol) : CIESymbol(&CIESymbol) {} in CIEInformation() argument
71 using CIEInfosMap = DenseMap<JITTargetAddress, CIEInformation>; argument
76 Expected<CIEInformation *> findCIEInfo(JITTargetAddress Address) { in findCIEInfo()
DEHFrameSupport.cpp272 CIEInformation CIEInfo(CIESymbol); in processCIE()
401 CIEInformation *CIEInfo = nullptr; in processFDE()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupportImpl.h55 struct CIEInformation { struct
56 CIEInformation() = default;
57 CIEInformation(Symbol &CIESymbol) : CIESymbol(&CIESymbol) {} in CIEInformation() argument
71 using CIEInfosMap = DenseMap<JITTargetAddress, CIEInformation>; argument
76 Expected<CIEInformation *> findCIEInfo(JITTargetAddress Address) { in findCIEInfo()
DEHFrameSupport.cpp274 CIEInformation CIEInfo(CIESymbol); in processCIE()
403 CIEInformation *CIEInfo = nullptr; in processFDE()