OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isExtSym
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
ELF.h
48
isExtSym
, // The Source.ExtSym field is valid.
54
bool isExternalSym() const { return SourceType ==
isExtSym
; }
66
assert(SourceType ==
isExtSym
&& "This is not an external symbol");
90
Sym->SourceType =
isExtSym
;
/external/llvm/include/llvm/CodeGen/
MachineRelocation.h
44
isExtSym
, // The Target.ExtSym field is valid.
148
Result.AddrType =
isExtSym
;
241
return AddrType ==
isExtSym
;
Completed in 1875 milliseconds