OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSubsectionsViaSymbols
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmInfo.h
65
///
HasSubsectionsViaSymbols
- True if this target has the MachO
67
bool
HasSubsectionsViaSymbols
; // Default is false.
364
bool
hasSubsectionsViaSymbols
() const { return
HasSubsectionsViaSymbols
; }
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
757
if ((MAI->
hasSubsectionsViaSymbols
() && !HasAnyRealCode) || RequiresNoop) {
[
all
...]
/external/llvm/lib/MC/
MCAsmStreamer.cpp
404
// Only Mach-O
hasSubsectionsViaSymbols
()
405
if (MAI->
hasSubsectionsViaSymbols
())
[
all
...]
/external/llvm/lib/MC/MCParser/
AsmParser.cpp
499
} else if (_MAI.
hasSubsectionsViaSymbols
()) {
650
if (!NoFinalize && MAI.
hasSubsectionsViaSymbols
()) {
[
all
...]
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
[
all
...]
Completed in 225 milliseconds