OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLSDataSection
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp
52
TLSDataSection
= DataSection;
/external/llvm/include/llvm/MC/
MCObjectFileInfo.h
132
///
TLSDataSection
- Section directive for Thread Local data.
134
const MCSection *
TLSDataSection
; // Defaults to ".tdata".
275
const MCSection *getTLSDataSection() const { return
TLSDataSection
; }
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
42
TLSDataSection
// .tdata
351
TLSDataSection
=
630
TLSDataSection
=
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
310
if (Kind.isThreadData()) return
TLSDataSection
;
580
if (Kind.isThreadData()) return
TLSDataSection
;
Completed in 27 milliseconds