OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFixedStack
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
PseudoSourceValue.cpp
73
const PseudoSourceValue *PseudoSourceValue::
getFixedStack
(int FI) {
MachineInstr.cpp
347
///
getFixedStack
- Return a MachinePointerInfo record that refers to the
349
MachinePointerInfo MachinePointerInfo::
getFixedStack
(int FI, int64_t offset) {
350
return MachinePointerInfo(PseudoSourceValue::
getFixedStack
(FI), offset);
[
all
...]
Completed in 15 milliseconds