Home
last modified time | relevance | path

Searched refs:FpoData (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h28 struct FpoData;
83 FixedStreamArray<object::FpoData> getFpoRecords();
121 FixedStreamArray<object::FpoData> FpoRecords;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h27 struct FpoData;
101 codeview::FixedStreamArray<object::FpoData> getFpoRecords();
142 codeview::FixedStreamArray<object::FpoData> FpoRecords;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp204 FixedStreamArray<object::FpoData> DbiStream::getFpoRecords() { in getFpoRecords()
302 if (StreamLen % sizeof(object::FpoData)) in initializeFpoRecords()
306 size_t NumRecords = StreamLen / sizeof(object::FpoData); in initializeFpoRecords()
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp249 codeview::FixedStreamArray<object::FpoData> DbiStream::getFpoRecords() { in getFpoRecords()
324 if (StreamLen % sizeof(object::FpoData)) in initializeFpoRecords()
328 size_t NumRecords = StreamLen / sizeof(object::FpoData); in initializeFpoRecords()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp761 for (const object::FpoData &Fpo : Dbi->getFpoRecords()) { in dumpFpoStream()
/external/llvm/include/llvm/Object/
DCOFF.h1015 struct FpoData { struct
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h1210 struct FpoData { struct