Searched defs:WE (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.cpp | 88 discoverAndMapException(WE.get(), MDT, MDF); in recalculate() local 171 auto *WE = getExceptionFor(EHPad); recalculate() local 199 WebAssemblyException *WE = getExceptionFor(MBB); recalculate() local 246 WebAssemblyException *WE = getExceptionFor(MBB); recalculate() local 255 for (auto &WE : Exceptions) { recalculate() local 265 for (auto *WE : ExceptionPointers) { recalculate() local 284 discoverAndMapException(WebAssemblyException * WE,const MachineDominatorTree & MDT,const MachineDominanceFrontier & MDF) discoverAndMapException() argument 331 WebAssemblyException *WE = getExceptionFor(MBB); getOutermostException() local 365 operator <<(raw_ostream & OS,const WebAssemblyException & WE) operator <<() argument 371 for (auto &WE : TopLevelExceptions) print() local [all...] |
H A D | WebAssemblySortRegion.cpp | 19 const auto *WE = WEI.getExceptionFor(MBB); in getRegionFor() local 72 MachineBasicBlock *SortRegionInfo::getBottom(const WebAssemblyException *WE) { in getBottom()
|
H A D | WebAssemblyExceptionInfo.h | 58 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 D | WebAssemblyCFGStackify.cpp | 490 WebAssemblyException *WE = WEI.getExceptionFor(&MBB); placeTryMarker() local
|
/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFReader.cpp | 138 const coff_aux_weak_external *WE = SymRef.getWeakExternal(); in readSymbols() local
|
H A D | COFFWriter.cpp | 82 coff_aux_weak_external *WE = in finalizeSymbolContents() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 738 if (MDNode *N = visitOperands(G, WE.Op, WE.N->op_end(), WE.HasChanged)) { in createPOT() local 1123 WorklistEntry WE; scheduleMapGlobalInitializer() local 1139 WorklistEntry WE; scheduleMapAppendingVariable() local 1157 WorklistEntry WE; scheduleMapAliasOrIFunc() local 1169 WorklistEntry WE; scheduleRemapFunction() local [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | ClangdLSPServer.cpp | 779 onCommandApplyEdit(const WorkspaceEdit & WE,Callback<llvm::json::Value> Reply) onCommandApplyEdit() argument 814 WorkspaceEdit WE; onCommandApplyTweak() local 838 applyEdit(WorkspaceEdit WE,llvm::json::Value Success,Callback<llvm::json::Value> Reply) applyEdit() argument
|
H A D | Protocol.cpp | 908 toJSON(const WorkspaceEdit & WE) toJSON() argument
|