Home
last modified time | relevance | path

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

/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-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp260 for (StringRef SecName : ImplicitSections) { in ELFState() local
372 Elf_Shdr &Header, StringRef SecName, in initImplicitHeader()
696 for (const ELFYAML::SectionName &SecName : Phdr.Sections) { in getPhdrFragments() local
DWasmEmitter.cpp552 StringRef SecName = ""; in writeWasm() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp126 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
/external/llvm/lib/MC/
DMCMachOStreamer.cpp129 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp346 BTFKindDataSec::BTFKindDataSec(AsmPrinter *AsmPrt, std::string SecName) in BTFKindDataSec()
1058 StringRef SecName; in processGlobals() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp372 StringRef SecName; in printLineInfoForInput() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp843 StringRef SecName; in DWARFContextInMemory() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h79 support::ulittle16_t SecName; // Byte index of the segment or group name member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp879 auto SecName = ".text." + SymName; in doBeforeLabelEmit() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1434 StringRef SecName = getCOFFSectionNameForUniqueGlobal(Kind); in getSectionForJumpTable() local
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp539 ErrorOr<StringRef> 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()