Searched refs:computeCallSiteTable (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WasmException.h | 33 void computeCallSiteTable(
|
D | EHStreamer.h | 87 virtual void computeCallSiteTable(
|
D | WasmException.cpp | 77 void WasmException::computeCallSiteTable( in computeCallSiteTable() function in WasmException
|
D | EHStreamer.cpp | 224 computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable() function in EHStreamer 376 computeCallSiteTable(CallSites, LandingPads, FirstActions); in emitExceptionTable()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | WasmException.h | 33 void computeCallSiteTable(
|
D | EHStreamer.h | 111 virtual void computeCallSiteTable(
|
D | WasmException.cpp | 77 void WasmException::computeCallSiteTable( in computeCallSiteTable() function in WasmException
|
D | EHStreamer.cpp | 231 void EHStreamer::computeCallSiteTable( in computeCallSiteTable() function in EHStreamer 412 computeCallSiteTable(CallSites, CallSiteRanges, LandingPads, FirstActions); in emitExceptionTable()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.h | 87 void computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites,
|
D | EHStreamer.cpp | 215 computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable() function in EHStreamer 365 computeCallSiteTable(CallSites, LandingPads, FirstActions); in emitExceptionTable()
|