Searched refs:tryEmitDwarfFileDirective (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 823 tryEmitDwarfFileDirective(FileNo, Directory, Filename, Checksum, 832 virtual Expected<unsigned> tryEmitDwarfFileDirective(
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCStreamer.h | 868 tryEmitDwarfFileDirective(FileNo, Directory, Filename, Checksum, 877 virtual Expected<unsigned> tryEmitDwarfFileDirective(
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 231 Expected<unsigned> tryEmitDwarfFileDirective(unsigned FileNo, 1246 Expected<unsigned> MCAsmStreamer::tryEmitDwarfFileDirective( in tryEmitDwarfFileDirective() function in MCAsmStreamer
|
D | MCStreamer.cpp | 213 MCStreamer::tryEmitDwarfFileDirective(unsigned FileNo, StringRef Directory, in tryEmitDwarfFileDirective() function in MCStreamer
|
/external/llvm-project/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 246 Expected<unsigned> tryEmitDwarfFileDirective(unsigned FileNo, 1404 Expected<unsigned> MCAsmStreamer::tryEmitDwarfFileDirective( in tryEmitDwarfFileDirective() function in MCAsmStreamer
|
D | MCStreamer.cpp | 227 MCStreamer::tryEmitDwarfFileDirective(unsigned FileNo, StringRef Directory, in tryEmitDwarfFileDirective() function in MCStreamer
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3451 Expected<unsigned> FileNumOrErr = getStreamer().tryEmitDwarfFileDirective( in parseDirectiveFile()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3477 Expected<unsigned> FileNumOrErr = getStreamer().tryEmitDwarfFileDirective( in parseDirectiveFile()
|
D | MasmParser.cpp | 4594 Expected<unsigned> FileNumOrErr = getStreamer().tryEmitDwarfFileDirective( in parseDirectiveFile()
|