Home
last modified time | relevance | path

Searched defs:StackID (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackID.h23 StackID() in StackID() function
27 explicit StackID(lldb::addr_t pc, lldb::addr_t cfa, in StackID() function
31 StackID(const StackID &rhs) in StackID() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp233 auto StackID = MFI->getStackID(FI); in InitializeSlots() local
273 uint8_t StackID = MFI->getStackID(FI); in ColorSlot() local
382 for (int StackID = 0, E = AllColors.size(); StackID != E; ++StackID) { in ColorSlots() local
H A DMachineFrameInfo.cpp53 uint8_t StackID) { in CreateStackObject()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h48 uint8_t StackID; member
H A DMachineFrameInfo.h160 uint8_t StackID; member
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h214 class StackID; variable