Home
last modified time | relevance | path

Searched defs:SecName (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DObjDumper.cpp36 getSecNameOrIndexAsSecRef(const object::ObjectFile *Obj, StringRef SecName) { in getSecNameOrIndexAsSecRef()
64 StringRef SecName) { in printSectionAsString()
98 StringRef SecName) { in printSectionAsHex()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp370 for (auto SecName : YamlPhdr.Sections) { in setProgramHeaderLayout() local
379 for (auto SecName : YamlPhdr.Sections) { in setProgramHeaderLayout() local
396 for (auto SecName : YamlPhdr.Sections) { in setProgramHeaderLayout() local
411 for (auto SecName : YamlPhdr.Sections) { in setProgramHeaderLayout() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp32 getSectionByName(const object::ObjectFile &Obj, StringRef SecName) { in getSectionByName()
583 StringRef SecName, MCStreamer *MS) { in emitSectionContents()
610 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit()
/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/lib/MC/
DMCMachOStreamer.cpp127 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
/external/llvm/lib/MC/
DMCMachOStreamer.cpp129 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp843 StringRef SecName; in DWARFContextInMemory() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp378 StringRef SecName; in printLineInfoForInput() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp372 StringRef SecName; in printLineInfoForInput() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h328 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection()
Dllvm-objcopy.cpp448 auto SecName = SecPair.first; in HandleArgs() local
/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/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1222 StringRef SecName = getCOFFSectionNameForUniqueGlobal(Kind); in getSectionForJumpTable() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp985 StringRef SecName; in getSection() local
DMachOObjectFile.cpp1952 StringRef SecName; in getSection() local
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp539 ErrorOr<StringRef> SecName = EF.getSectionName(SymSec); in getRelocationValueString() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp502 auto SecName = EF.getSectionName(SymSec); in getRelocationValueString() local
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1030 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp2631 bool Sema::checkSectionName(SourceLocation LiteralLoc, StringRef SecName) { in checkSectionName()