Searched refs:getPDataSection (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCObjectFileInfo.h | 267 const MCSection *getPDataSection() const { return PDataSection; } in getPDataSection() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 442 static bool getPDataSection(const COFFObjectFile *Obj, in getPDataSection() function 589 if (!getPDataSection(Obj, Rels, RFStart, NumRFs)) in printCOFFUnwindInfo()
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 447 static bool getPDataSection(const COFFObjectFile *Obj, in getPDataSection() function 594 if (!getPDataSection(Obj, Rels, RFStart, NumRFs)) in printCOFFUnwindInfo()
|
/external/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 339 MCSection *getPDataSection() const { return PDataSection; } in getPDataSection() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 370 MCSection *getPDataSection() const { return PDataSection; } in getPDataSection() function
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCWin64EH.cpp | 239 return context.getObjectFileInfo()->getPDataSection(); in getWin64EHFuncTableSection()
|
/external/llvm/lib/MC/ |
D | MCStreamer.cpp | 543 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCStreamer.cpp | 705 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection()
|