Searched refs:getBSS (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 31 SectionKind::getBSS()); in Initialize()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeTargetObjectFile.cpp | 34 SectionKind::getBSS()); in Initialize()
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 105 SectionKind::getBSS()); in InitMachOMCObjectFileInfo() 108 SectionKind::getBSS()); in InitMachOMCObjectFileInfo() 206 SectionKind::getBSS()); in InitELFMCObjectFileInfo()
|
D | WinCOFFStreamer.cpp | 118 SectionKind::getBSS()); in SetSectionBSS() 151 SectionName, Characteristics, Selection, SectionKind::getBSS()); in AddCommonSymbol()
|
D | MCELFStreamer.h | 133 ELF::SHF_ALLOC, SectionKind::getBSS()); in SetSectionBss()
|
D | MCELFStreamer.cpp | 210 SectionKind::getBSS()); in EmitCommonSymbol()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 38 SectionKind::getBSS()); in Initialize()
|
/external/llvm/include/llvm/MC/ |
D | SectionKind.h | 225 static SectionKind getBSS() { return get(BSS); } in getBSS() function
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 598 0, SectionKind::getBSS())); in ParseDirectiveZerofill() 656 0, SectionKind::getBSS()), in ParseDirectiveZerofill()
|
D | COFFAsmParser.cpp | 96 SectionKind::getBSS()); in ParseSectionDirectiveBSS()
|
D | ELFAsmParser.cpp | 80 ELF::SHF_ALLOC, SectionKind::getBSS()); in ParseSectionDirectiveBSS()
|
D | AsmParser.cpp | 2012 0, SectionKind::getBSS()), in ParseDirectiveComm()
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 150 return SectionKind::getBSS(); in getKindForGlobal()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 110 return SectionKind::getBSS(); in getELFKindForNamedSection()
|