OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PICBase
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/X86/
X86JITInfo.h
28
uintptr_t
PICBase
;
74
/// setPICBase / getPICBase - Getter / setter of
PICBase
, used to compute
76
void setPICBase(uintptr_t Base) {
PICBase
= Base; }
77
uintptr_t getPICBase() const { return
PICBase
; }
X86MCInstLower.cpp
634
MCSymbol *
PICBase
= MF->getPICBaseSymbol();
638
TmpInst.addOperand(MCOperand::CreateExpr(MCSymbolRefExpr::Create(
PICBase
,
643
OutStreamer.EmitLabel(
PICBase
);
661
// MYGLOBAL + (. -
PICBASE
)
671
const MCExpr *
PICBase
=
673
DotExpr = MCBinaryExpr::CreateSub(DotExpr,
PICBase
, OutContext);
X86JITInfo.cpp
526
return BB -
PICBase
;
X86FastISel.cpp
[
all
...]
X86InstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
329
MCSymbol *
PICBase
= MF->getPICBaseSymbol();
338
Create(
PICBase
, OutContext)));
342
OutStreamer.EmitLabel(
PICBase
);
Completed in 43 milliseconds