Home
last modified time | relevance | path

Searched defs:getFileOffset (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceLocation.cpp206 unsigned FullSourceLoc::getFileOffset() const { in getFileOffset() function in FullSourceLoc
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1066 uint64_t getFileOffset() const { return FileOffset; } in getFileOffset() function
2301 uint64_t getFileOffset() const { return FileOffset; } in getFileOffset() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h1292 unsigned getFileOffset(SourceLocation SpellingLoc) const { in getFileOffset() function