Home
last modified time | relevance | path

Searched refs:FileStart (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Dcvparser.c272 AcpiGbl_FileTreeRoot->FileStart = (char *)(AmlStart); in CvInitFileTree()
498 if ((Address >= Current->FileStart) && in CvFileAddressLookup()
632 AcpiGbl_FileTreeRoot->FileStart = Filename; in CvAddToFileTree()
686 if (Child->Parent->FileEnd < Child->FileStart) in CvSetFileParent()
688 Child->Parent->FileEnd = Child->FileStart; in CvSetFileParent()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp69 const char *FileStart = File.getBufferStart(); in checkHeader() local
72 const HMapHeader *Header = reinterpret_cast<const HMapHeader*>(FileStart); in checkHeader()
H A DPPLexerChange.cpp81 SourceLocation FileStart = SourceMgr.getLocForStartOfFile(FID); in EnterSourceFile() local
83 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp278 const char* FileStart = Buf.getBufferStart(); in AddHeaderFooterInternalBuiltinCSS() local
282 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart); in AddHeaderFooterInternalBuiltinCSS()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h305 uint64_t FileStart; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h59 virtual void moduleMapFileRead(SourceLocation FileStart, in moduleMapFileRead() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp128 SecHdrTable.push_back({Type, Entry.Flags, SectionStart - FileStart, in addNewSection()
647 FileStart = OS.tell(); in writeHeader()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp812 const char *FileStart = Buf.getBufferStart(); in HandlePiece() local
1000 unsigned DisplayPos = LineEnd - FileStart; in HandlePiece()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp211 FileStart, enumerator
217 } CurrentState = FileStart;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp839 SourceLocation FileStart = getStartOfFileOrMacro(Loc); in handleFileExit() local
840 if (StartLocs.insert(FileStart).second) { in handleFileExit()
841 SourceRegions.emplace_back(*ParentCounter, FileStart, in handleFileExit()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Daclocal.h1114 …char *FileStart; /* Points to AML and indicates when the AML for this particul… member