/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 578 tryGetFile(StringRef & Directory,StringRef & FileName,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,uint16_t DwarfVersion,unsigned FileNumber) tryGetFile() argument 595 tryGetFile(StringRef & Directory,StringRef & FileName,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,uint16_t DwarfVersion,unsigned FileNumber) tryGetFile() argument 1224 unsigned FileNumber = context.getGenDwarfFileNumber(); Make() local [all...] |
H A D | MCContext.cpp | 987 getDwarfFile(StringRef Directory,StringRef FileName,unsigned FileNumber,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,unsigned CUID) getDwarfFile() argument 997 isValidDwarfFileNumber(unsigned FileNumber,unsigned CUID) isValidDwarfFileNumber() argument
|
H A D | MCCodeView.cpp | 44 addFile(MCStreamer & OS,unsigned FileNumber,StringRef Filename,ArrayRef<uint8_t> ChecksumBytes,uint8_t ChecksumKind) addFile() argument
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 2364 unsigned FileNumber = getStreamer().emitDwarfFileDirective( parseAndMatchAndEmitTargetInstruction() local 3506 int64_t FileNumber = -1; parseDirectiveFile() local 3640 int64_t FileNumber = 0, LineNumber = 0; parseDirectiveLoc() local 3741 int64_t FileNumber; parseDirectiveCVFile() local 3786 parseCVFileId(int64_t & FileNumber,StringRef DirectiveName) parseCVFileId() argument 3883 int64_t FunctionId, FileNumber; parseDirectiveCVLoc() local [all...] |
H A D | MasmParser.cpp | 2699 unsigned FileNumber = getStreamer().emitDwarfFileDirective( parseStatement() local 4772 int64_t FileNumber = -1; parseDirectiveFile() local 4910 int64_t FileNumber = 0, LineNumber = 0; parseDirectiveLoc() local 5011 int64_t FileNumber; parseDirectiveCVFile() local 5056 parseCVFileId(int64_t & FileNumber,StringRef DirectiveName) parseCVFileId() argument 5153 int64_t FunctionId, FileNumber; parseDirectiveCVLoc() local [all...] |
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 762 setGenDwarfFileNumber(unsigned FileNumber) setGenDwarfFileNumber() argument
|
H A D | MCDwarf.h | 461 unsigned FileNumber; global() variable
|
/llvm-project/bolt/lib/Core/ |
H A D | BinaryContext.cpp | 1564 getDwarfFile(StringRef Directory,StringRef FileName,unsigned FileNumber,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,unsigned CUID,unsigned DWARFVersion) getDwarfFile() argument
|