OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasMachoTBSSDirective
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmInfo.h
73
///
HasMachoTBSSDirective
- True if this is a MachO target that supports
75
bool
HasMachoTBSSDirective
; // Default is false.
419
bool
hasMachoTBSSDirective
() const { return
HasMachoTBSSDirective
; }
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
366
if (GVKind.isThreadLocal() && MAI->
hasMachoTBSSDirective
()) {
[
all
...]
Completed in 25 milliseconds