OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WasmEHFuncInfo
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
WasmEHFuncInfo.h
1
//===--- llvm/CodeGen/
WasmEHFuncInfo
.h --------------------------*- C++ -*-===//
32
struct
WasmEHFuncInfo
{
91
// Analyze the IR in the given function to build
WasmEHFuncInfo
.
92
void calculateWasmEHInfo(const Function *F,
WasmEHFuncInfo
&EHInfo);
MachineFunction.h
74
struct
WasmEHFuncInfo
;
258
WasmEHFuncInfo
*WasmEHInfo = nullptr;
596
const
WasmEHFuncInfo
*getWasmEHFuncInfo() const { return WasmEHInfo; }
597
WasmEHFuncInfo
*getWasmEHFuncInfo() { return WasmEHInfo; }
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyMachineFunctionInfo.h
25
struct
WasmEHFuncInfo
;
70
WasmEHFuncInfo
*WasmEHInfo = nullptr;
165
WasmEHFuncInfo
*getWasmEHFuncInfo() const { return WasmEHInfo; }
166
void setWasmEHFuncInfo(
WasmEHFuncInfo
*Info) { WasmEHInfo = Info; }
194
// The same as
WasmEHFuncInfo
's SrcToUnwindDest, but stored in the mapping of
210
YamlIO.mapOptional("
wasmEHFuncInfo
", MFI.SrcToUnwindDest);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
27
#include "llvm/CodeGen/
WasmEHFuncInfo
.h"
126
WasmEHFuncInfo
&EHInfo = *MF->getWasmEHFuncInfo();
332
WasmEHFuncInfo
&EHInfo = *MF->getWasmEHFuncInfo();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WasmEHPrepare.cpp
87
#include "llvm/CodeGen/
WasmEHFuncInfo
.h"
360
void llvm::calculateWasmEHInfo(const Function *F,
WasmEHFuncInfo
&EHInfo) {
MachineFunction.cpp
40
#include "llvm/CodeGen/
WasmEHFuncInfo
.h"
198
WasmEHInfo = new (Allocator)
WasmEHFuncInfo
();
255
WasmEHInfo->~
WasmEHFuncInfo
();
Completed in 35 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026