Searched defs:FileNumber (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 572 tryGetFile(StringRef & Directory,StringRef & FileName,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,uint16_t DwarfVersion,unsigned FileNumber) tryGetFile() argument 589 tryGetFile(StringRef & Directory,StringRef & FileName,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,uint16_t DwarfVersion,unsigned FileNumber) tryGetFile() argument 1218 unsigned FileNumber = context.getGenDwarfFileNumber(); Make() local [all...] |
H A D | MCContext.cpp | 982 getDwarfFile(StringRef Directory,StringRef FileName,unsigned FileNumber,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,unsigned CUID) getDwarfFile() argument 992 isValidDwarfFileNumber(unsigned FileNumber,unsigned CUID) isValidDwarfFileNumber() argument
|
H A D | MCCodeView.cpp | 47 addFile(MCStreamer & OS,unsigned FileNumber,StringRef Filename,ArrayRef<uint8_t> ChecksumBytes,uint8_t ChecksumKind) addFile() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 2366 getContext().setGenDwarfFileNumber(FileNumber); in parseAndMatchAndEmitTargetInstruction() local 3513 int64_t FileNumber = -1; parseDirectiveFile() local 3647 int64_t FileNumber = 0, LineNumber = 0; parseDirectiveLoc() local 3748 int64_t FileNumber; parseDirectiveCVFile() local 3793 parseCVFileId(int64_t & FileNumber,StringRef DirectiveName) parseCVFileId() argument 3890 int64_t FunctionId, FileNumber; parseDirectiveCVLoc() local [all...] |
H A D | MasmParser.cpp | 2698 unsigned FileNumber = getStreamer().emitDwarfFileDirective( parseStatement() local 4771 int64_t FileNumber = -1; parseDirectiveFile() local 4909 int64_t FileNumber = 0, LineNumber = 0; parseDirectiveLoc() local 5010 int64_t FileNumber; parseDirectiveCVFile() local 5055 parseCVFileId(int64_t & FileNumber,StringRef DirectiveName) parseCVFileId() argument 5152 int64_t FunctionId, FileNumber; parseDirectiveCVLoc() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 461 unsigned FileNumber; variable
|
H A D | MCContext.h | 795 setGenDwarfFileNumber(unsigned FileNumber) setGenDwarfFileNumber() argument
|