OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SixteenByteConstantSection
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h
150
const MCSection *
SixteenByteConstantSection
;
255
return
SixteenByteConstantSection
;
/external/llvm/include/llvm/MC/
MCObjectFileInfo.h
185
MCSection *
SixteenByteConstantSection
;
325
return
SixteenByteConstantSection
;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
426
if (Kind.isMergeableConst16() &&
SixteenByteConstantSection
)
427
return
SixteenByteConstantSection
;
465
if (Kind.isMergeableConst16() &&
SixteenByteConstantSection
)
466
return
SixteenByteConstantSection
;
/external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp
80
SixteenByteConstantSection
= 0;
83
SixteenByteConstantSection
= // .literal16
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
628
return
SixteenByteConstantSection
;
668
return
SixteenByteConstantSection
;
[
all
...]
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
119
SixteenByteConstantSection
// .literal16
[
all
...]
Completed in 179 milliseconds