Home
last modified time | relevance | path

Searched refs:StackElem (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyDebugFixup.cpp70 struct StackElem { in runOnMachineFunction() struct
74 std::vector<StackElem> Stack; in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp683 auto StackElem = CallStack.top(); in HasPreserveFieldInfoCall() local
684 if (StackElem.second.Kind == BPFPreserveFieldInfoAI) in HasPreserveFieldInfoCall()
723 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local
724 Call = StackElem.first; in computeBaseAndAccessKey()
725 CInfo = StackElem.second; in computeBaseAndAccessKey()
802 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local
803 CInfo = StackElem.second; in computeBaseAndAccessKey()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp747 auto StackElem = CallStack.top(); in HasPreserveFieldInfoCall() local
748 if (StackElem.second.Kind == BPFPreserveFieldInfoAI) in HasPreserveFieldInfoCall()
787 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local
788 Call = StackElem.first; in computeBaseAndAccessKey()
789 CInfo = StackElem.second; in computeBaseAndAccessKey()
869 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local
870 CInfo = StackElem.second; in computeBaseAndAccessKey()
/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.cc736 struct StackElem { in FindPathFromRoot() struct
745 std::vector<StackElem> stack{{id, PathFromRoot::kRoot, 0, 0, {}}}; in FindPathFromRoot()
820 stack.emplace_back(StackElem{child, path_id, 0, depth + 1, {}}); in FindPathFromRoot()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp971 const SharingMapTy &StackElem = getStackElemAtLevel(Level); in checkMappableExprComponentListsForDeclAtLevel() local
972 auto MI = StackElem.MappedExprComponents.find(VD); in checkMappableExprComponentListsForDeclAtLevel()
973 if (MI != StackElem.MappedExprComponents.end()) in checkMappableExprComponentListsForDeclAtLevel()
1006 const SharingMapTy &StackElem = getTopOfStack(); in getDoacrossDependClauses() local
1007 if (isOpenMPWorksharingDirective(StackElem.Directive)) { in getDoacrossDependClauses()
1008 const DoacrossDependMapTy &Ref = StackElem.DoacrossDepends; in getDoacrossDependClauses()
1011 return llvm::make_range(StackElem.DoacrossDepends.end(), in getDoacrossDependClauses()
1012 StackElem.DoacrossDepends.end()); in getDoacrossDependClauses()
1017 SharingMapTy &StackElem = getTopOfStack(); in addMappedClassesQualTypes() local
1018 StackElem.MappedClassesQualTypes.insert(QT); in addMappedClassesQualTypes()
[all …]
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...