OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PseudoSourceValueManager
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
PseudoSourceValue.cpp
100
PseudoSourceValueManager
::
PseudoSourceValueManager
()
105
const PseudoSourceValue *
PseudoSourceValueManager
::getStack() {
109
const PseudoSourceValue *
PseudoSourceValueManager
::getGOT() { return &GOTPSV; }
111
const PseudoSourceValue *
PseudoSourceValueManager
::getConstantPool() {
115
const PseudoSourceValue *
PseudoSourceValueManager
::getJumpTable() {
119
const PseudoSourceValue *
PseudoSourceValueManager
::getFixedStack(int FI) {
127
PseudoSourceValueManager
::getGlobalValueCallEntry(const GlobalValue *GV) {
136
PseudoSourceValueManager
::getExternalSymbolCallEntry(const char *ES) {
MachineFunction.cpp
102
PSVManager = llvm::make_unique<
PseudoSourceValueManager
>();
[
all
...]
/external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h
143
class
PseudoSourceValueManager
{
153
PseudoSourceValueManager
();
MachineFunction.h
41
class
PseudoSourceValueManager
;
155
std::unique_ptr<
PseudoSourceValueManager
> PSVManager;
167
PseudoSourceValueManager
&getPSVManager() const { return *PSVManager; }
Completed in 47 milliseconds