Home
last modified time | relevance | path

Searched defs:SecBegin (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp150 const MCSymbol *SecBegin; global() member in __anon6191a53b0311::AppleAccelTableWriter
157 AppleAccelTableWriter(AsmPrinter * Asm,const AccelTableBase & Contents,ArrayRef<Atom> Atoms,const MCSymbol * SecBegin) AppleAccelTableWriter() argument
637 emitAppleAccelTableImpl(AsmPrinter * Asm,AccelTableBase & Contents,StringRef Prefix,const MCSymbol * SecBegin,ArrayRef<AppleAccelTableData::Atom> Atoms) emitAppleAccelTableImpl() argument
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3352 readMipsOptions(const uint8_t * SecBegin,ArrayRef<uint8_t> & SecData,bool & IsSupported) readMipsOptions() argument
3398 const uint8_t *const SecBegin = Data.begin(); printMipsOptions() local