OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDataNoRel
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/MC/
SectionKind.h
231
static SectionKind
getDataNoRel
() { return get(DataNoRel); }
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
228
return SectionKind::
getDataNoRel
();
232
return SectionKind::
getDataNoRel
();
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
475
SectionKind::
getDataNoRel
());
Completed in 108 milliseconds