Searched refs:SectionSym (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELFWriter.cpp712 ELFSym *SectionSym = ELFSym::getSectionSym(); local
713 SectionSym->SectionIdx = ES.SectionIdx;
714 SymbolList.push_back(SectionSym);
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h152 class SectionSym : public SymbolRecord { class in namespace:llvm::codeview
164 SectionSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, function in class:llvm::codeview::SectionSym
169 static ErrorOr<SectionSym> deserialize(SymbolRecordKind Kind,
177 return SectionSym(Kind, RecordOffset, H, Name);
/external/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp126 void CVSymbolDumperImpl::visitSectionSym(SymbolKind Kind, SectionSym &Section) {

Completed in 180 milliseconds