Home
last modified time | relevance | path

Searched refs:SharedTypeIds (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.h67 static unsigned SharedTypeIds(const LandingPadInfo *L,
DDwarfException.cpp46 unsigned DwarfException::SharedTypeIds(const LandingPadInfo *L, in SharedTypeIds() function in DwarfException
124 unsigned NumShared = PrevLPI ? SharedTypeIds(LPI, PrevLPI) : 0; in ComputeActionsTable()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp140 static unsigned SharedTypeIds(const LandingPadInfo *L, in SharedTypeIds() function
248 const unsigned NumShared = i ? SharedTypeIds(LP, LandingPads[i-1]) : 0; in EmitExceptionTable()