Home
last modified time | relevance | path

Searched defs:FileOffset (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DDiagnosticsYamlTest.cpp24 makeMessage(const std::string &Message, int FileOffset, in makeMessage()
36 static FileByteRange makeByteRange(int FileOffset, in makeByteRange()
47 const std::string &Message, int FileOffset, in makeDiagnostic()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.h62 const uint64_t FileOffset; variable
H A DExplainOutputStyle.cpp34 ExplainOutputStyle::ExplainOutputStyle(InputFile &File, uint64_t FileOffset) in ExplainOutputStyle()
235 uint64_t FileOffset, uint32_t BlockSize) { in getOffsetInStream()
H A DMinimalSymbolDumper.cpp743 uint32_t FileOffset = Annot.U1; in visitKnownRecord() local
/llvm-project-15.0.7/clang/include/clang/Tooling/Core/
H A DDiagnostic.h36 unsigned FileOffset; member
56 unsigned FileOffset; member
/llvm-project-15.0.7/clang/include/clang/Edit/
H A DFileOffset.h24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) {} in FileOffset() function
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DPatchEntries.h29 uint64_t FileOffset; member
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManagerInternals.h34 unsigned FileOffset; member
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXSourceLocation.cpp325 unsigned FileOffset = LocInfo.second; in clang_getSpellingLocation() local
361 unsigned FileOffset = LocInfo.second; in clang_getFileLocation() local
H A DCXIndexDataConsumer.cpp1126 unsigned FileOffset = LocInfo.second; in translateLoc() local
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DBufferTest.cpp18 using FileOffset = std::int64_t; typedef
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DMagicNumbersCheck.cpp207 const std::pair<FileID, unsigned> FileOffset = in isSyntheticValue() local
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp274 uint32_t FileOffset = FileNameOffsets[Index]; in getFileName() local
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp137 auto FileOffset = SM.getDecomposedLoc(ExpansionRange.getEnd()); in getEntityEndLoc() local
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DMachOUtils.cpp307 static bool createDwarfSegment(uint64_t VMAddr, uint64_t FileOffset, in createDwarfSegment()
H A Ddsymutil.cpp793 uint64_t FileOffset = MagicAndCountSize + in dsymutil_main() local
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp230 StringRef getFileNameForFileOffset(uint32_t FileOffset) override { in getFileNameForFileOffset()
1272 StringRef COFFDumper::getFileNameForFileOffset(uint32_t FileOffset) { in getFileNameForFileOffset()
1289 void COFFDumper::printFileNameForOffset(StringRef Label, uint32_t FileOffset) { in printFileNameForOffset()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp556 unsigned FileOffset = static_cast<const MCConstantExpr *>( in encodeInlineLineTable() local
H A DMachObjectWriter.cpp218 uint64_t FileOffset, unsigned Flags, in writeSection()
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp891 unsigned FileOffset = LocInfo.second; in visitFullComment() local
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h67 uint64_t FileOffset; /// Offset in the file. member
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h493 using FileOffset = std::pair<ModuleFile *, uint64_t>; variable
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp705 uint64_t FileOffset = getFileOffsetForAddress(BuildIDSection->getAddress()); in patchBuildID() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp1350 unsigned FileOffset = Record[Idx++]; in ParseLineTable() local