Home
last modified time | relevance | path

Searched defs:SecName (Results 1 – 7 of 7) 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/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/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp372 StringRef SecName; in printLineInfoForInput() 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()