OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPCRel
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp
37
bool
isPCRel
= Obj->getAnyRelocationPCRel(RE);
68
Expr = MCSymbolRefExpr::Create(Sym,
isPCRel
?
/external/llvm/lib/Object/
MachOObjectFile.cpp
1019
bool
IsPCRel
= this->getAnyRelocationPCRel(RE);
1026
bool
isPCRel
= getAnyRelocationPCRel(RE);
1033
if (
isPCRel
) fmt << "PCREL";
1059
if (
isPCRel
) fmt << "P";
[
all
...]
Completed in 231 milliseconds