/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
D | section-comdat.s | 17 .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/ |
D | section-comdat.s | 17 .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/ |
D | ObjDumper.cpp | 36 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()
|
D | ObjDumper.h | 91 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/ |
D | MCMachOStreamer.cpp | 127 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/ |
D | MCMachOStreamer.cpp | 129 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/ |
D | DwarfStreamer.cpp | 32 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/ |
D | yaml2elf.cpp | 370 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/ |
D | RawTypes.h | 65 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/ |
D | RawTypes.h | 80 support::ulittle16_t SecName; // Byte index of the segment or group name member
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 378 StringRef SecName; in printLineInfoForInput() local 379 Sec->getName(SecName); in printLineInfoForInput()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 372 StringRef SecName; in printLineInfoForInput() local 373 Sec->getName(SecName); in printLineInfoForInput()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | llvm-objcopy.cpp | 448 auto SecName = SecPair.first; in HandleArgs() local 456 Obj.addSection<OwnedDataSection>(SecName, in HandleArgs()
|
D | Object.h | 328 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection() argument 330 Name = SecName; in OwnedDataSection()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 843 StringRef SecName; in DWARFContextInMemory() local 844 RSec->getName(SecName); in DWARFContextInMemory()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiStreamBuilder.cpp | 332 Entry.SecName = UINT16_MAX; in createSectionMap()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 985 StringRef SecName; in getSection() local 987 if (std::error_code E = Section.getName(SecName)) in getSection() 989 if (SecName == SectionName) { in getSection()
|
D | MachOObjectFile.cpp | 1952 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/ |
D | llvm-objdump.cpp | 539 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/ |
D | llvm-objdump.cpp | 502 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/ |
D | pdbdump-headers.test | 734 ; 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/ |
D | TargetLoweringObjectFileImpl.cpp | 1222 StringRef SecName = getCOFFSectionNameForUniqueGlobal(Kind); in getSectionForJumpTable() local 1228 SecName, Characteristics, Kind, COMDATSymName, in getSectionForJumpTable()
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 674 P.printNumber("SecName", M.SecName); in dumpSectionMap()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1030 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/ |
D | DumpOutputStyle.cpp | 1675 fmtle(M.Ovl), fmtle(M.Group), fmtle(M.Frame), fmtle(M.SecName)); in dumpSectionMap()
|