OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLSDataSection
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreTargetObjectFile.cpp
52
TLSDataSection
= DataSection;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h
104
///
TLSDataSection
- Section directive for Thread Local data.
106
const MCSection *
TLSDataSection
; // Defaults to ".tdata".
209
const MCSection *getTLSDataSection() const { return
TLSDataSection
; }
/external/llvm/include/llvm/MC/
MCObjectFileInfo.h
139
MCSection *
TLSDataSection
; // Defaults to ".tdata".
282
const MCSection *getTLSDataSection() const { return
TLSDataSection
; }
/external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
280
if (Kind.isThreadData()) return
TLSDataSection
;
396
if (Kind.isThreadData()) return
TLSDataSection
;
/external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp
42
TLSDataSection
// .tdata
269
TLSDataSection
=
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
84
TLSDataSection
// .tdata
475
TLSDataSection
=
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
593
if (Kind.isThreadData()) return
TLSDataSection
;
[
all
...]
Completed in 421 milliseconds