OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldOmitSectionDirective
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUMCAsmInfo.cpp
51
bool AMDGPUMCAsmInfo::
shouldOmitSectionDirective
(StringRef SectionName) const {
55
MCAsmInfo::
shouldOmitSectionDirective
(SectionName);
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionWasm.cpp
20
bool MCSectionWasm::
shouldOmitSectionDirective
(StringRef Name,
22
return MAI.
shouldOmitSectionDirective
(Name);
52
if (
shouldOmitSectionDirective
(getName(), MAI)) {
MCAsmInfo.cpp
133
bool MCAsmInfo::
shouldOmitSectionDirective
(StringRef SectionName) const {
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026