Searched refs:checkCVLocSection (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 248 bool checkCVLocSection(unsigned FuncId, unsigned FileNo, SMLoc Loc);
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCStreamer.h | 255 bool checkCVLocSection(unsigned FuncId, unsigned FileNo, SMLoc Loc);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 519 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in EmitCVLocDirective()
|
D | MCStreamer.cpp | 301 bool MCStreamer::checkCVLocSection(unsigned FuncId, unsigned FileNo, in checkCVLocSection() function in MCStreamer
|
D | MCAsmStreamer.cpp | 1389 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in EmitCVLocDirective()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 524 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in emitCVLocDirective()
|
D | MCStreamer.cpp | 314 bool MCStreamer::checkCVLocSection(unsigned FuncId, unsigned FileNo, in checkCVLocSection() function in MCStreamer
|
D | MCAsmStreamer.cpp | 1546 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in emitCVLocDirective()
|