Home
last modified time | relevance | path

Searched defs:WE (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp86 auto WE = std::make_unique<WebAssemblyException>(EHPad); in recalculate() local
168 auto *WE = getExceptionFor(EHPad); in recalculate() local
196 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
242 WebAssemblyException *WE = getExceptionFor(MBB); in recalculate() local
251 for (auto &WE : Exceptions) { in recalculate() local
261 for (auto *WE : ExceptionPointers) { in recalculate() local
280 WebAssemblyException *WE, const MachineDominatorTree &MDT, in discoverAndMapException()
327 WebAssemblyException *WE = getExceptionFor(MBB); in getOutermostException() local
361 raw_ostream &operator<<(raw_ostream &OS, const WebAssemblyException &WE) { in operator <<()
367 for (auto &WE : TopLevelExceptions) in print() local
H A DWebAssemblyExceptionInfo.h58 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()
60 bool contains(const WebAssemblyException *WE) const { in contains()
158 WebAssemblyException *WE) { in changeExceptionFor()
166 void addTopLevelException(std::unique_ptr<WebAssemblyException> WE) { in addTopLevelException()
H A DWebAssemblySortRegion.cpp19 const auto *WE = WEI.getExceptionFor(MBB); in getRegionFor() local
72 MachineBasicBlock *SortRegionInfo::getBottom(const WebAssemblyException *WE) { in getBottom()
H A DWebAssemblyCFGStackify.cpp490 WebAssemblyException *WE = WEI.getExceptionFor(&MBB); in placeTryMarker() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp671 auto &WE = Worklist.back(); in createPOT() local
1044 WorklistEntry WE; in scheduleMapGlobalInitializer() local
1060 WorklistEntry WE; in scheduleMapAppendingVariable() local
1076 WorklistEntry WE; in scheduleMapGlobalIndirectSymbol() local
1088 WorklistEntry WE; in scheduleRemapFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp138 const coff_aux_weak_external *WE = SymRef.getWeakExternal(); in readSymbols() local
H A DWriter.cpp82 coff_aux_weak_external *WE = in finalizeSymbolContents() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dascii.d684 enum WE : wchar {a = 'a', A = 'A'} enum
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dascii.d758 enum WE : wchar {a = 'a', A = 'A'} enum
/netbsd-src/libexec/getty/
H A Dgettytab.h87 #define WE gettystrs[22].value macro