OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SelectSectionForGlobal
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp
77
SelectSectionForGlobal
(const GlobalValue *GV, SectionKind Kind,
89
return TargetLoweringObjectFileELF::
SelectSectionForGlobal
(GV, Kind, Mang,TM);
/external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp
89
SelectSectionForGlobal
(const GlobalValue *GV, SectionKind Kind,
101
return TargetLoweringObjectFileELF::
SelectSectionForGlobal
(GV, Kind, Mang,TM);
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
258
return
SelectSectionForGlobal
(GV, Kind, Mang, TM);
264
TargetLoweringObjectFile::
SelectSectionForGlobal
(const GlobalValue *GV,
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
207
SelectSectionForGlobal
(const GlobalValue *GV, SectionKind Kind,
391
SelectSectionForGlobal
(const GlobalValue *GV, SectionKind Kind,
616
SelectSectionForGlobal
(const GlobalValue *GV, SectionKind Kind,
Completed in 97 milliseconds