/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Exp_Layout.cc | 353 CommonPacket::getStack (VMode view_mode) in getStack() function in CommonPacket 384 return CallStack::getStackPC (getStack (view_mode), n); in getStackPC() 390 return CallStack::getStackPCs (getStack (view_mode)); in getStackPCs() 394 getStack (VMode view_mode, DataView *dview, long idx) in getStack() function 409 return CallStack::stackSize (getStack (view_mode, dview, idx)); in stackSize() 415 return CallStack::getStackPC (getStack (view_mode, dview, idx), n); in getStackPC() 421 return CallStack::getStackPCs (getStack (view_mode, dview, idx)); in getStackPCs()
|
H A D | Exp_Layout.h | 77 extern void *getStack (VMode, DataView*, long); 86 void *getStack (VMode);
|
H A D | HeapActivity.cc | 346 uint64_t stackId = (uint64_t) getStack (viewMode, heapPkts, i); in computeCallStack()
|
H A D | IOActivity.cc | 759 void *stackId = getStack (viewMode, ioPkts, i); in computeCallStack()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Exp_Layout.cc | 353 CommonPacket::getStack (VMode view_mode) in getStack() function in CommonPacket 384 return CallStack::getStackPC (getStack (view_mode), n); in getStackPC() 390 return CallStack::getStackPCs (getStack (view_mode)); in getStackPCs() 394 getStack (VMode view_mode, DataView *dview, long idx) in getStack() function 409 return CallStack::stackSize (getStack (view_mode, dview, idx)); in stackSize() 415 return CallStack::getStackPC (getStack (view_mode, dview, idx), n); in getStackPC() 421 return CallStack::getStackPCs (getStack (view_mode, dview, idx)); in getStackPCs()
|
H A D | Exp_Layout.h | 77 extern void *getStack (VMode, DataView*, long); 86 void *getStack (VMode);
|
H A D | HeapActivity.cc | 346 uint64_t stackId = (uint64_t) getStack (viewMode, heapPkts, i); in computeCallStack()
|
H A D | IOActivity.cc | 759 void *stackId = getStack (viewMode, ioPkts, i); in computeCallStack()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Context.h | 60 InterpStack &getStack() { return Stk; } in getStack() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | PseudoSourceValue.cpp | 114 const PseudoSourceValue *PseudoSourceValueManager::getStack() { in getStack() function in PseudoSourceValueManager
|
H A D | MachineOperand.cpp | 1008 MachinePointerInfo MachinePointerInfo::getStack(MachineFunction &MF, in getStack() function in MachinePointerInfo 1010 return MachinePointerInfo(MF.getPSVManager().getStack(), Offset, ID); in getStack()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | PseudoSourceValue.h | 171 const PseudoSourceValue *getStack();
|
H A D | MachineMemOperand.h | 111 static MachinePointerInfo getStack(MachineFunction &MF, int64_t Offset,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86CallLowering.cpp | 103 MPO = MachinePointerInfo::getStack(MIRBuilder.getMF(), Offset); in getStackAddress()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.cpp | 107 MPO = MachinePointerInfo::getStack(MIRBuilder.getMF(), Offset); in getStackAddress()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 469 ArrayRef<PPConditionalInfo> getStack() const { in getStack() function 2326 return PreambleConditionalStack.getStack(); in getPreambleConditionalStack()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsCallLowering.cpp | 274 MachinePointerInfo::getStack(MIRBuilder.getMF(), Offset); in getStackAddress()
|
H A D | MipsFastISel.cpp | 1265 MachinePointerInfo::getStack(*FuncInfo.MF, Addr.getOffset()), in processCallArgs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 259 MPO = MachinePointerInfo::getStack(MF, Offset); in getStackAddress()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 671 CurPPLexer->setConditionalLevels(PreambleConditionalStack.getStack()); in replayPreambleConditionalStack()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCallLowering.cpp | 206 MPO = MachinePointerInfo::getStack(MF, Offset); in getStackAddress()
|
H A D | AMDGPUISelLowering.cpp | 4144 auto SrcPtrInfo = MachinePointerInfo::getStack(MF, Offset); in loadStackInputValue() 4158 MachinePointerInfo DstInfo = MachinePointerInfo::getStack(MF, Offset); in storeStackInputValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 1336 MachinePointerInfo::getStack(MF, VA.getLocMemOffset())); in LowerCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 895 auto *MMO = MF.getMachineMemOperand(MachinePointerInfo::getStack(MF, 0), in insertAllocframe()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 2871 PSV = MF.getPSVManager().getStack(); in parseMemoryPseudoSourceValue()
|