Searched refs:SegmentName (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCSectionMachO.h26 char SegmentName[16]; // Not necessarily null terminated! member in class:llvm::final
43 // SegmentName is not necessarily null terminated!
44 if (SegmentName[15])
45 return StringRef(SegmentName, 16);
46 return StringRef(SegmentName);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp414 StringLiteral *SegmentName,
425 if (SegmentName &&
426 !checkSectionName(SegmentName->getLocStart(), SegmentName->getString()))
428 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName);
433 int SectionFlags, StringLiteral *SegmentName) {
434 UnifySection(SegmentName->getString(), SectionFlags, PragmaLocation);
438 StringLiteral *SegmentName) {
442 CurInitSeg = SegmentName->getString() == ".CRT$XCU" ? nullptr : SegmentName;
411 ActOnPragmaMSSeg(SourceLocation PragmaLocation, PragmaMsStackAction Action, llvm::StringRef StackSlotLabel, StringLiteral *SegmentName, llvm::StringRef PragmaName) argument
432 ActOnPragmaMSSection(SourceLocation PragmaLocation, int SectionFlags, StringLiteral *SegmentName) argument
437 ActOnPragmaMSInitSeg(SourceLocation PragmaLocation, StringLiteral *SegmentName) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCSectionMachO.cpp81 SegmentName[i] = Segment[i];
83 SegmentName[i] = 0;
/freebsd-11.0-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp374 StringRef SegmentName = MachO->getSectionFinalSegmentName(Ref); local
375 outs() << "(" << SegmentName << "," << SectionName << ") ";
779 StringRef SegmentName = Obj.getSectionFinalSegmentName(Ref); local
780 if (SegmentName == "__TEXT" && SectionName == "__text")
782 else if (SegmentName == "__DATA" && SectionName == "__data")
784 else if (SegmentName == "__DATA" && SectionName == "__bss")
869 StringRef SegmentName = Obj->getSectionFinalSegmentName(Ref); local
870 if (SegmentName == SegSect[0] && SectionName == SegSect[1])
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp553 StringLiteral *SegmentName = cast<StringLiteral>(StringResult.get());
554 if (SegmentName->getCharByteWidth() != 1) {
614 Actions.ActOnPragmaMSSection(PragmaLocation, SectionFlags, SegmentName);
662 StringLiteral *SegmentName = nullptr; local
675 SegmentName = cast<StringLiteral>(StringResult.get());
676 if (SegmentName->getCharByteWidth() != 1) {
682 if (SegmentName->getLength())
697 SegmentName, PragmaName);
714 StringLiteral *SegmentName = nullptr;
731 SegmentName
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp990 StringRef SegmentName = "";
993 SegmentName = MachO->getSectionFinalSegmentName(DR);
998 if (!SegmentName.empty())
999 outs() << SegmentName << ",";
1337 StringRef SegmentName = MachO->getSectionFinalSegmentName(DR);
1338 outs() << SegmentName << ",";
H A DMachODump.cpp840 StringRef SegmentName = O->getSectionFinalSegmentName(Ref); local
841 outs() << SegmentName << ":" << SectName << ":";
6063 StringRef SegmentName = MachOOF->getSectionFinalSegmentName(DR); local
6064 if (SegmentName != DisSegName)
8768 StringRef SegmentName; member in struct:__anon4545::SegInfo::SectionInfo
8788 Info.SegmentName =
8790 if (!Info.SegmentName.equals(CurSegName)) {
8792 CurSegName = Info.SegmentName;
8805 return SI.SegmentName;
8855 StringRef SegmentName local
8900 StringRef SegmentName = sectionTable.segmentName(SegIndex); local
8932 StringRef SegmentName = sectionTable.segmentName(SegIndex); local
8965 StringRef SegmentName = sectionTable.segmentName(SegIndex); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp256 ArrayRef<char> SegmentName; member in struct:__anon4558::MachOSection
448 StringRef SegmentName = Obj->getSectionFinalSegmentName(DR); local
454 W.printBinary("Segment", SegmentName, RawSegmentName);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7624 StringLiteral *SegmentName,
7629 int SectionFlags, StringLiteral *SegmentName);
7633 StringLiteral *SegmentName);

Completed in 305 milliseconds