Searched defs:buildId (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/COFF/ | ||
H A D | PDB.cpp | 1608 llvm::codeview::DebugInfo *buildId) { in createPDB() argument |
H A D | Writer.cpp | 165 mutable codeview::DebugInfo *buildId = nullptr; member in __anonbfb8b7e70111::CVDebugRecordChunk |
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | SyntheticSections.h | 1309 std::unique_ptr<BuildIdSection> buildId; global() member |
H A D | Writer.cpp | 3078 std::unique_ptr<uint8_t[]> buildId(new uint8_t[hashSize]); writeBuildId() local |
H A D | Config.h | 337 BuildIdKind buildId = BuildIdKind::None; global() member |