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/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 42 SectionKind::getBSS()); in Initialize()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 38 SectionKind::getBSS()); in Initialize()
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 111 SectionKind::getBSS()); in InitMachOMCObjectFileInfo() 114 SectionKind::getBSS()); in InitMachOMCObjectFileInfo() 277 SectionKind::getBSS()); in InitELFMCObjectFileInfo()
|
D | WinCOFFStreamer.cpp | 120 SectionKind::getBSS()); in SetSectionBSS() 153 SectionName, Characteristics, Selection, SectionKind::getBSS()); in AddCommonSymbol()
|
D | MCELFStreamer.cpp | 147 ELF::SHF_ALLOC, SectionKind::getBSS()); in SetSectionBss() 334 SectionKind::getBSS()); in EmitCommonSymbol()
|
/external/llvm/include/llvm/MC/ |
D | SectionKind.h | 225 static SectionKind getBSS() { return get(BSS); } in getBSS() function
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 146 return SectionKind::getBSS(); in getKindForGlobal()
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 598 0, SectionKind::getBSS())); in ParseDirectiveZerofill() 656 0, SectionKind::getBSS()), in ParseDirectiveZerofill()
|
D | COFFAsmParser.cpp | 99 SectionKind::getBSS()); in ParseSectionDirectiveBSS()
|
D | ELFAsmParser.cpp | 93 ELF::SHF_ALLOC, SectionKind::getBSS()); in ParseSectionDirectiveBSS()
|
D | AsmParser.cpp | 2212 0, SectionKind::getBSS()), in ParseDirectiveComm()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 109 return SectionKind::getBSS(); in getELFKindForNamedSection()
|