OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVirtualSectionKind
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionCOFF.h
77
StringRef
getVirtualSectionKind
() const override;
MCSectionELF.h
86
StringRef
getVirtualSectionKind
() const override;
MCSection.h
192
virtual StringRef
getVirtualSectionKind
() const;
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionCOFF.cpp
115
StringRef MCSectionCOFF::
getVirtualSectionKind
() const {
MCSection.cpp
89
StringRef MCSection::
getVirtualSectionKind
() const { return "virtual"; }
MCSectionELF.cpp
207
StringRef MCSectionELF::
getVirtualSectionKind
() const { return "SHT_NOBITS"; }
MCAssembler.cpp
740
getContext().reportError(SMLoc(), Sec->
getVirtualSectionKind
() +
746
Sec->
getVirtualSectionKind
() +
MCObjectStreamer.cpp
371
getContext().reportError(Inst.getLoc(), Twine(Sec.
getVirtualSectionKind
()) +
Completed in 18 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026