OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLSTLVSection
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCObjectFileInfo.h
159
///
TLSTLVSection
- Section for thread local structure information.
162
const MCSection *
TLSTLVSection
; // Defaults to ".tlv".
300
const MCSection *getTLSTLVSection() const { return
TLSTLVSection
; }
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
52
TLSTLVSection
// .tlv
227
TLSExtraDataSection =
TLSTLVSection
;
Completed in 23 milliseconds