Home
last modified time | relevance | path

Searched refs:FileNum (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp121 if (unsigned FileNum = in getChildDeclContext() local
129 FileNum = 1; in getChildDeclContext()
131 if (LT->hasFileAtIndex(FileNum)) { in getChildDeclContext()
135 StringRef ResolvedPath = U.getResolvedPath(FileNum); in getChildDeclContext()
141 FileNum, U.getOrigUnit().getCompilationDir(), in getChildDeclContext()
149 U.setResolvedPath(FileNum, FileRef); in getChildDeclContext()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h237 StringRef getResolvedPath(unsigned FileNum) { in getResolvedPath() argument
238 if (FileNum >= ResolvedPaths.size()) in getResolvedPath()
240 return ResolvedPaths[FileNum]; in getResolvedPath()
245 void setResolvedPath(unsigned FileNum, StringRef Path) { in setResolvedPath() argument
246 if (ResolvedPaths.size() <= FileNum) in setResolvedPath()
247 ResolvedPaths.resize(FileNum + 1); in setResolvedPath()
248 ResolvedPaths[FileNum] = Path; in setResolvedPath()
/external/llvm/include/llvm/MC/
DMCCodeView.h33 uint32_t FileNum; variable
43 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column), in MCCVLoc()
53 unsigned getFileNum() const { return FileNum; } in getFileNum()
67 void setFileNum(unsigned fileNum) { FileNum = fileNum; } in setFileNum()
DMCDwarf.h55 uint32_t FileNum; variable
76 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa), in MCDwarfLoc()
84 unsigned getFileNum() const { return FileNum; } in getFileNum()
102 void setFileNum(unsigned fileNum) { FileNum = fileNum; } in setFileNum()
DMCContext.h489 void setCurrentDwarfLoc(unsigned FileNum, unsigned Line, unsigned Column, in setCurrentDwarfLoc() argument
492 CurrentDwarfLoc.setFileNum(FileNum); in setCurrentDwarfLoc()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h34 uint32_t FileNum; variable
44 : Label(Label), FunctionId(functionid), FileNum(fileNum), Line(line), in MCCVLoc()
56 unsigned getFileNum() const { return FileNum; } in getFileNum()
72 void setFileNum(unsigned fileNum) { FileNum = fileNum; } in setFileNum()
DMCDwarf.h71 uint32_t FileNum; variable
93 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa), in MCDwarfLoc()
101 unsigned getFileNum() const { return FileNum; } in getFileNum()
119 void setFileNum(unsigned fileNum) { FileNum = fileNum; } in setFileNum()
DMCContext.h601 void setCurrentDwarfLoc(unsigned FileNum, unsigned Line, unsigned Column, in setCurrentDwarfLoc() argument
604 CurrentDwarfLoc.setFileNum(FileNum); in setCurrentDwarfLoc()
/external/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/
DSEGGER_RTT_Syscalls_KEIL.c328 int _sys_tmpnam(char * pBuffer, int FileNum, unsigned MaxLen) { in _sys_tmpnam() argument
330 (void)FileNum; in _sys_tmpnam()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp318 StringRef getResolvedPath(unsigned FileNum) { in getResolvedPath() argument
319 if (FileNum >= ResolvedPaths.size()) in getResolvedPath()
321 return ResolvedPaths[FileNum]; in getResolvedPath()
326 void setResolvedPath(unsigned FileNum, StringRef Path) { in setResolvedPath() argument
327 if (ResolvedPaths.size() <= FileNum) in setResolvedPath()
328 ResolvedPaths.resize(FileNum + 1); in setResolvedPath()
329 ResolvedPaths[FileNum] = Path; in setResolvedPath()
915 unsigned FileNum = 1; in emitLineTableForUnit() local
945 if (FileNum != Row.File) { in emitLineTableForUnit()
946 FileNum = Row.File; in emitLineTableForUnit()
[all …]
/external/llvm/lib/MC/
DMCDwarf.cpp103 unsigned FileNum = 1; in EmitDwarfLineTable() local
115 if (FileNum != LineEntry.getFileNum()) { in EmitDwarfLineTable()
116 FileNum = LineEntry.getFileNum(); in EmitDwarfLineTable()
118 MCOS->EmitULEB128IntValue(FileNum); in EmitDwarfLineTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp152 unsigned FileNum = 1; in EmitDwarfLineTable() local
164 if (FileNum != LineEntry.getFileNum()) { in EmitDwarfLineTable()
165 FileNum = LineEntry.getFileNum(); in EmitDwarfLineTable()
167 MCOS->EmitULEB128IntValue(FileNum); in EmitDwarfLineTable()
/external/autotest/metadata/tests/
Dplatform.star263 'platform/FileNum',
/external/autotest/metadata/generated/
Dconfig.cfg1061 "name": "remoteTestDrivers/tauto/tests/platform/FileNum",