Home
last modified time | relevance | path

Searched defs:FileId (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslfileio.c175 UINT32 FileId, in FlFileError() argument
203 UINT32 FileId, in FlOpenFile() argument
239 FlGetFileSize(UINT32 FileId) FlGetFileSize() argument
271 FlReadFile(UINT32 FileId,void * Buffer,UINT32 Length) FlReadFile() argument
315 FlWriteFile(UINT32 FileId,void * Buffer,UINT32 Length) FlWriteFile() argument
363 FlPrintFile(UINT32 FileId,char * Format,...) FlPrintFile() argument
423 FlSeekFile(UINT32 FileId,long Offset) FlSeekFile() argument
452 FlCloseFile(UINT32 FileId) FlCloseFile() argument
490 FlDeleteFile(UINT32 FileId) FlDeleteFile() argument
[all...]
H A Dasllistsup.c176 UINT32 FileId, in LsDumpAscii() argument
220 UINT32 FileId, in LsDumpAsciiInComment() argument
280 LsCheckException(UINT32 LineNumber,UINT32 FileId) LsCheckException() argument
325 LsWriteListingHexBytes(UINT8 * Buffer,UINT32 Length,UINT32 FileId) LsWriteListingHexBytes() argument
408 LsWriteSourceLines(UINT32 ToLineNumber,UINT32 ToLogicalLineNumber,UINT32 FileId) LsWriteSourceLines() argument
476 LsWriteOneSourceLine(UINT32 FileId) LsWriteOneSourceLine() argument
647 LsFlushListingBuffer(UINT32 FileId) LsFlushListingBuffer() argument
[all...]
H A Dasloffset.c204 UINT32 FileId = (UINT32) ACPI_TO_INTEGER (Context); in LsAmlOffsetWalk() local
457 LsEmitOffsetTableEntry(UINT32 FileId,ACPI_NAMESPACE_NODE * Node,UINT32 NamepathOffset,UINT32 Offset,char * OpName,UINT64 Value,UINT8 AmlOpcode,UINT16 ParentOpcode) LsEmitOffsetTableEntry() argument
511 LsDoOffsetTableHeader(UINT32 FileId) LsDoOffsetTableHeader() argument
573 LsDoOffsetTableFooter(UINT32 FileId) LsDoOffsetTableFooter() argument
[all...]
H A Dasllisting.c255 UINT32 FileId) in LsGenerateListing() argument
312 UINT32 FileId = (UINT32) ACPI_TO_INTEGER (Context); LsAmlListingWalk() local
474 LsWriteNodeToListing(ACPI_PARSE_OBJECT * Op,UINT32 FileId) LsWriteNodeToListing() argument
815 LsFinishSourceListing(UINT32 FileId) LsFinishSourceListing() argument
[all...]
H A Daslcompile.c580 UINT32 FileId) in AslCompilerSignon() argument
656 UINT32 FileId) in AslCompilerFileHeader() argument
[all...]
H A Daslutils.c623 UINT32 FileId, in UtDisplayOneSummary() argument
746 UtDisplayErrorSummary(UINT32 FileId) UtDisplayErrorSummary() argument
813 UtDisplaySummary(UINT32 FileId) UtDisplaySummary() argument
[all...]
H A Daslfiles.c376 FlGetFileNode(UINT32 FileId,char * Filename) FlGetFileNode() argument
H A Daslerror.c633 UINT32 FileId, in AePrintException() argument
784 UINT32 FileId) in AePrintErrorLog() argument
H A Ddtio.c945 UINT32 FileId, in DtDumpBuffer() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSourceFile.h36 uint32_t FileId; variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp18 NativeSourceFile::NativeSourceFile(NativeSession &Session, uint32_t FileId, in NativeSourceFile()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp379 /// Use a raw lexer to analyze \p FileId, incrementally copying parts of it in Process() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp530 unsigned FileId = 0; in maybeRecordLocation() local
989 unsigned FileId = maybeRecordFile(SP->getFile()); in emitInlineeLinesSubsection() local
1020 unsigned FileId = maybeRecordFile(Site.Inlinee->getFile()); in emitInlinedCallSite() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp94 FileID FileId; member in __anone9ef31d90111::ObjCMigrateASTConsumer