Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h65 InterpStack &getStack() { return Stk; } in getStack() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp110 const PseudoSourceValue *PseudoSourceValueManager::getStack() { in getStack() function in PseudoSourceValueManager
H A DMachineOperand.cpp1075 MachinePointerInfo MachinePointerInfo::getStack(MachineFunction &MF, in getStack() function in MachinePointerInfo
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h720 ArrayRef<PPConditionalInfo> getStack() const { in getStack() function