OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doesSymbolRequireExternRelocation
(Results
1 - 9
of
9
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachObjectWriter.h
135
bool
doesSymbolRequireExternRelocation
(const MCSymbolData *SD);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp
320
if (Offset && SD && !Writer->
doesSymbolRequireExternRelocation
(SD))
346
if (Writer->
doesSymbolRequireExternRelocation
(SD)) {
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp
317
if (Writer->
doesSymbolRequireExternRelocation
(S))
392
if (Offset && A && !Writer->
doesSymbolRequireExternRelocation
(*A) &&
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
147
bool
doesSymbolRequireExternRelocation
(const MCSymbol &S);
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
547
if (Offset && A && !Writer->
doesSymbolRequireExternRelocation
(*A) &&
576
if (Writer->
doesSymbolRequireExternRelocation
(*A)) {
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
486
if (Offset && SD && !Writer->
doesSymbolRequireExternRelocation
(SD))
514
if (Writer->
doesSymbolRequireExternRelocation
(SD)) {
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp
354
if (Writer->
doesSymbolRequireExternRelocation
(*A)) {
/external/llvm/lib/MC/
MachObjectWriter.cpp
41
bool MachObjectWriter::
doesSymbolRequireExternRelocation
(const MCSymbol &S) {
[
all
...]
/external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp
31
doesSymbolRequireExternRelocation
(const MCSymbolData *SD) {
Completed in 262 milliseconds