OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WinEHInfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp
193
WinEHInfo
= new (Allocator) WinEHFuncInfo();
249
if (
WinEHInfo
) {
250
WinEHInfo
->~WinEHFuncInfo();
251
Allocator.Deallocate(
WinEHInfo
);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h
262
WinEHFuncInfo *
WinEHInfo
= nullptr;
602
const WinEHFuncInfo *getWinEHFuncInfo() const { return
WinEHInfo
; }
603
WinEHFuncInfo *getWinEHFuncInfo() { return
WinEHInfo
; }
Completed in 19 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026