LLVM 20.0.0git
|
This is the complete list of members for llvm::CodeViewContext, including all inherited members.
addFile(MCStreamer &OS, unsigned FileNumber, StringRef Filename, ArrayRef< uint8_t > ChecksumBytes, uint8_t ChecksumKind) | llvm::CodeViewContext | |
addLineEntry(const MCCVLoc &LineEntry) | llvm::CodeViewContext | |
addToStringTable(StringRef S) | llvm::CodeViewContext | |
CodeViewContext(MCContext *MCCtx) | llvm::CodeViewContext | inline |
CodeViewContext(const CodeViewContext &other)=delete | llvm::CodeViewContext | |
emitDefRange(MCObjectStreamer &OS, ArrayRef< std::pair< const MCSymbol *, const MCSymbol * > > Ranges, StringRef FixedSizePortion) | llvm::CodeViewContext | |
emitFileChecksumOffset(MCObjectStreamer &OS, unsigned FileNo) | llvm::CodeViewContext | |
emitFileChecksums(MCObjectStreamer &OS) | llvm::CodeViewContext | |
emitInlineLineTableForFunction(MCObjectStreamer &OS, unsigned PrimaryFunctionId, unsigned SourceFileId, unsigned SourceLineNum, const MCSymbol *FnStartSym, const MCSymbol *FnEndSym) | llvm::CodeViewContext | |
emitLineTableForFunction(MCObjectStreamer &OS, unsigned FuncId, const MCSymbol *FuncBegin, const MCSymbol *FuncEnd) | llvm::CodeViewContext | |
emitStringTable(MCObjectStreamer &OS) | llvm::CodeViewContext | |
encodeDefRange(const MCAssembler &Asm, MCCVDefRangeFragment &F) | llvm::CodeViewContext | |
encodeInlineLineTable(const MCAssembler &Asm, MCCVInlineLineTableFragment &F) | llvm::CodeViewContext | |
getCVFunctionInfo(unsigned FuncId) | llvm::CodeViewContext | |
getFunctionLineEntries(unsigned FuncId) | llvm::CodeViewContext | |
getLineExtent(unsigned FuncId) | llvm::CodeViewContext | |
getLineExtentIncludingInlinees(unsigned FuncId) | llvm::CodeViewContext | |
getLinesForExtent(size_t L, size_t R) | llvm::CodeViewContext | |
isValidFileNumber(unsigned FileNumber) const | llvm::CodeViewContext | |
operator=(const CodeViewContext &other)=delete | llvm::CodeViewContext | |
recordCVLoc(MCContext &Ctx, const MCSymbol *Label, unsigned FunctionId, unsigned FileNo, unsigned Line, unsigned Column, bool PrologueEnd, bool IsStmt) | llvm::CodeViewContext | |
recordFunctionId(unsigned FuncId) | llvm::CodeViewContext | |
recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, unsigned IAFile, unsigned IALine, unsigned IACol) | llvm::CodeViewContext | |
~CodeViewContext() | llvm::CodeViewContext |