Home
last modified time | relevance | path

Searched defs:getStack (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DContext.h58 InterpStack &getStack() { return Stk; } in getStack() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp108 const PseudoSourceValue *PseudoSourceValueManager::getStack() { in getStack() function in PseudoSourceValueManager
H A DMachineOperand.cpp1019 MachinePointerInfo MachinePointerInfo::getStack(MachineFunction &MF, in getStack() function in MachinePointerInfo
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h565 ArrayRef<PPConditionalInfo> getStack() const { in getStack() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp593 std::vector<PyThreadContextEntry> &PyThreadContextEntry::getStack() { in getStack() function in PyThreadContextEntry