OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isReadOnlyWithRelLocal
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
SectionKind.h
196
bool
isReadOnlyWithRelLocal
() const {
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
199
if (Kind.
isReadOnlyWithRelLocal
()) return ".data.rel.ro.local.";
291
if (Kind.
isReadOnlyWithRelLocal
()) return DataRelROLocalSection;
311
if (Kind.
isReadOnlyWithRelLocal
()) return DataRelROLocalSection;
Completed in 183 milliseconds