OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hassubsectionsviasymbols
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/MC/
MCAsmInfoDarwin.cpp
31
HasSubsectionsViaSymbols
= true;
MCAsmInfo.cpp
31
HasSubsectionsViaSymbols
= false;
MCAsmStreamer.cpp
404
// Only Mach-O
hasSubsectionsViaSymbols
()
405
if (MAI->
hasSubsectionsViaSymbols
())
[
all
...]
/external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.cpp
18
HasSubsectionsViaSymbols
= true;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.cpp
18
HasSubsectionsViaSymbols
= true;
/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/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.cpp
18
HasSubsectionsViaSymbols
= true;
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
757
if ((MAI->
hasSubsectionsViaSymbols
() && !HasAnyRealCode) || RequiresNoop) {
[
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 241 milliseconds