Home
last modified time | relevance | path

Searched refs:SecName (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dsection-comdat.s17 .section SecName, "dr", same_size, "Symbol3"
22 .section SecName, "dr", same_contents, "Symbol4"
27 .section SecName, "dr", associative, "assocSym"
32 .section SecName, "dr", largest, "Symbol6"
37 .section SecName, "dr", newest, "Symbol7"
/external/llvm/test/MC/COFF/
Dsection-comdat.s17 .section SecName, "dr", same_size, "Symbol3"
22 .section SecName, "dr", same_contents, "Symbol4"
27 .section SecName, "dr", associative, "assocSym"
32 .section SecName, "dr", largest, "Symbol6"
37 .section SecName, "dr", newest, "Symbol7"
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DObjDumper.cpp36 getSecNameOrIndexAsSecRef(const object::ObjectFile *Obj, StringRef SecName) { in getSecNameOrIndexAsSecRef() argument
38 long SectionIndex = strtol(SecName.data(), &StrPtr, 10); in getSecNameOrIndexAsSecRef()
52 if (SectionName == SecName) in getSecNameOrIndexAsSecRef()
64 StringRef SecName) { in printSectionAsString() argument
66 getSecNameOrIndexAsSecRef(Obj, SecName); in printSectionAsString()
98 StringRef SecName) { in printSectionAsHex() argument
100 getSecNameOrIndexAsSecRef(Obj, SecName); in printSectionAsHex()
DObjDumper.h91 void printSectionAsString(const object::ObjectFile *Obj, StringRef SecName);
92 void printSectionAsHex(const object::ObjectFile *Obj, StringRef SecName);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCMachOStreamer.cpp127 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
129 if (SegName == "__LD" && SecName == "__compact_unwind") in canGoAfterDWARF()
133 if (SecName == "__jump_table") in canGoAfterDWARF()
136 if (SecName == "__pointers") in canGoAfterDWARF()
140 if (SegName == "__TEXT" && SecName == "__eh_frame") in canGoAfterDWARF()
143 if (SegName == "__DATA" && (SecName == "__nl_symbol_ptr" || in canGoAfterDWARF()
144 SecName == "__thread_ptr")) in canGoAfterDWARF()
/external/llvm/lib/MC/
DMCMachOStreamer.cpp129 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
131 if (SegName == "__LD" && SecName == "__compact_unwind") in canGoAfterDWARF()
135 if (SecName == "__jump_table") in canGoAfterDWARF()
138 if (SecName == "__pointers") in canGoAfterDWARF()
142 if (SegName == "__TEXT" && SecName == "__eh_frame") in canGoAfterDWARF()
145 if (SegName == "__DATA" && SecName == "__nl_symbol_ptr") in canGoAfterDWARF()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp32 getSectionByName(const object::ObjectFile &Obj, StringRef SecName) { in getSectionByName() argument
37 if (SectionName != SecName) in getSectionByName()
583 StringRef SecName, MCStreamer *MS) { in emitSectionContents() argument
585 if (auto Sec = getSectionByName(Obj, SecName)) in emitSectionContents()
610 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit() argument
617 MCSymbol *BeginLabel = Asm->createTempSymbol("pub" + SecName + "_begin"); in emitPubSectionForUnit()
618 MCSymbol *EndLabel = Asm->createTempSymbol("pub" + SecName + "_end"); in emitPubSectionForUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp370 for (auto SecName : YamlPhdr.Sections) { in setProgramHeaderLayout() local
372 SN2I.lookup(SecName.Section, Index); in setProgramHeaderLayout()
379 for (auto SecName : YamlPhdr.Sections) { in setProgramHeaderLayout() local
381 SN2I.lookup(SecName.Section, Index); in setProgramHeaderLayout()
396 for (auto SecName : YamlPhdr.Sections) { in setProgramHeaderLayout() local
398 SN2I.lookup(SecName.Section, Index); in setProgramHeaderLayout()
411 for (auto SecName : YamlPhdr.Sections) { in setProgramHeaderLayout() local
413 SN2I.lookup(SecName.Section, Index); in setProgramHeaderLayout()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawTypes.h65 support::ulittle16_t SecName; // Byte index of the segment or group name member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h80 support::ulittle16_t SecName; // Byte index of the segment or group name member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp378 StringRef SecName; in printLineInfoForInput() local
379 Sec->getName(SecName); in printLineInfoForInput()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp372 StringRef SecName; in printLineInfoForInput() local
373 Sec->getName(SecName); in printLineInfoForInput()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp448 auto SecName = SecPair.first; in HandleArgs() local
456 Obj.addSection<OwnedDataSection>(SecName, in HandleArgs()
DObject.h328 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection() argument
330 Name = SecName; in OwnedDataSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp843 StringRef SecName; in DWARFContextInMemory() local
844 RSec->getName(SecName); in DWARFContextInMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp332 Entry.SecName = UINT16_MAX; in createSectionMap()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp985 StringRef SecName; in getSection() local
987 if (std::error_code E = Section.getName(SecName)) in getSection()
989 if (SecName == SectionName) { in getSection()
DMachOObjectFile.cpp1952 StringRef SecName; in getSection() local
1954 if (std::error_code E = Section.getName(SecName)) in getSection()
1956 if (SecName == SectionName) { in getSection()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp539 ErrorOr<StringRef> SecName = EF.getSectionName(SymSec); in getRelocationValueString() local
540 if (std::error_code EC = SecName.getError()) in getRelocationValueString()
542 Target = *SecName; in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp502 auto SecName = EF.getSectionName(SymSec); in getRelocationValueString() local
503 if (!SecName) in getRelocationValueString()
504 return errorToErrorCode(SecName.takeError()); in getRelocationValueString()
505 Target = *SecName; in getRelocationValueString()
/external/llvm/test/DebugInfo/PDB/
Dpdbdump-headers.test734 ; EMPTY-NEXT: SecName: 65535
749 ; EMPTY-NEXT: SecName: 65535
765 ; EMPTY-NEXT: SecName: 65535
780 ; EMPTY-NEXT: SecName: 65535
794 ; EMPTY-NEXT: SecName: 65535
1509 ; ALL: SecName: 65535
1519 ; ALL: SecName: 65535
1529 ; ALL: SecName: 65535
1539 ; ALL: SecName: 65535
1549 ; ALL: SecName: 65535
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1222 StringRef SecName = getCOFFSectionNameForUniqueGlobal(Kind); in getSectionForJumpTable() local
1228 SecName, Characteristics, Kind, COMDATSymName, in getSectionForJumpTable()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp674 P.printNumber("SecName", M.SecName); in dumpSectionMap()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1030 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit() argument
1037 MCSymbol *BeginLabel = Asm->createTempSymbol("pub" + SecName + "_begin"); in emitPubSectionForUnit()
1038 MCSymbol *EndLabel = Asm->createTempSymbol("pub" + SecName + "_end"); in emitPubSectionForUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1675 fmtle(M.Ovl), fmtle(M.Group), fmtle(M.Frame), fmtle(M.SecName)); in dumpSectionMap()

12