OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PseudoSourceValue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PseudoSourceValue.cpp
1
//===-- llvm/CodeGen/
PseudoSourceValue
.cpp ----------------------*- C++ -*-===//
9
// This file implements the
PseudoSourceValue
class.
13
#include "llvm/CodeGen/
PseudoSourceValue
.h"
27
PseudoSourceValue
::
PseudoSourceValue
(unsigned Kind, const TargetInstrInfo &TII)
33
PseudoSourceValue
::~
PseudoSourceValue
() {}
35
void
PseudoSourceValue
::printCustom(raw_ostream &O) const {
42
bool
PseudoSourceValue
::isConstant(const MachineFrameInfo *) const {
47
llvm_unreachable("Unknown
PseudoSourceValue
!");
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
PseudoSourceValue.h
1
//===-- llvm/CodeGen/
PseudoSourceValue
.h ------------------------*- C++ -*-===//
9
// This file contains the declaration of the
PseudoSourceValue
class.
26
class
PseudoSourceValue
;
30
raw_ostream &operator<<(raw_ostream &OS, const
PseudoSourceValue
* PSV);
35
class
PseudoSourceValue
{
52
const
PseudoSourceValue
* PSV);
57
/// Implement printing for
PseudoSourceValue
. This is called from
62
explicit
PseudoSourceValue
(unsigned Kind, const TargetInstrInfo &TII);
64
virtual ~
PseudoSourceValue
();
79
/// Test whether the memory pointed to by this
PseudoSourceValue
has
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026