/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.cpp | 69 static void handleMethodOverloadList(ArrayRef<uint8_t> Content, in handleMethodOverloadList() 209 static void handleFieldList(ArrayRef<uint8_t> Content, in handleFieldList() 265 static void handlePointer(ArrayRef<uint8_t> Content, in handlePointer() 274 static void discoverTypeIndices(ArrayRef<uint8_t> Content, TypeLeafKind Kind, in discoverTypeIndices() 360 static bool discoverTypeIndices(ArrayRef<uint8_t> Content, SymbolKind Kind, in discoverTypeIndices()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ArchiveYAML.h | 48 std::optional<yaml::BinaryRef> Content; member 54 std::optional<yaml::BinaryRef> Content; member
|
H A D | OffloadYAML.h | 37 std::optional<yaml::BinaryRef> Content; member
|
H A D | MinidumpYAML.h | 99 yaml::BinaryRef Content; member 149 yaml::BinaryRef Content; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyldChecker.h | 86 MemoryRegionInfo(ArrayRef<char> Content, JITTargetAddress TargetAddress, in MemoryRegionInfo() 102 void setContent(ArrayRef<char> Content) { in setContent()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmObject.cpp | 22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | AllTUsExecution.h | 59 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
H A D | StandaloneExecution.h | 76 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | ppc64.h | 89 ArrayRef<char> Content; member 98 ArrayRef<char> Content = in pickStub() local 109 ArrayRef<char> Content = in pickStub() local 118 ArrayRef<char> Content = isLE ? PointerJumpStubNoTOCContent_little in pickStub() local
|
H A D | JITLink.h | 178 Block(Section & Parent,ArrayRef<char> Content,orc::ExecutorAddr Address,uint64_t Alignment,uint64_t AlignmentOffset) Block() argument 197 Block(Section & Parent,MutableArrayRef<char> Content,orc::ExecutorAddr Address,uint64_t Alignment,uint64_t AlignmentOffset) Block() argument 247 setContent(ArrayRef<char> Content) setContent() argument 1102 createContentBlock(Section & Parent,ArrayRef<char> Content,orc::ExecutorAddr Address,uint64_t Alignment,uint64_t AlignmentOffset) createContentBlock() argument 1126 auto Content = allocateBuffer(ContentSize); global() variable 1228 addAnonymousSymbol(Block & Content,orc::ExecutorAddrDiff Offset,orc::ExecutorAddrDiff Size,bool IsCallable,bool IsLive) addAnonymousSymbol() argument 1238 addDefinedSymbol(Block & Content,orc::ExecutorAddrDiff Offset,StringRef Name,orc::ExecutorAddrDiff Size,Linkage L,Scope S,bool IsCallable,bool IsLive) addDefinedSymbol() argument 1365 makeDefined(Symbol & Sym,Block & Content,orc::ExecutorAddrDiff Offset,orc::ExecutorAddrDiff Size,Linkage L,Scope S,bool IsLive) makeDefined() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 153 llvm::SmallString<64> Content; VAPrintf() local 168 llvm::SmallString<64> Content; VAFormatf() local 182 llvm::SmallString<64> Content; VAError() local 201 llvm::SmallString<64> Content; Warning() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Host.cpp | 1422 StringRef Content = P ? P->getBuffer() : ""; getHostCPUName() local 1428 StringRef Content = P ? P->getBuffer() : ""; getHostCPUName() local 1434 StringRef Content = P ? P->getBuffer() : ""; getHostCPUName() local 1551 StringRef Content = P ? P->getBuffer() : ""; getHostCPUName() local 1607 StringRef Content = P ? P->getBuffer() : ""; getHostCPUName() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderAnalysis.cpp | 40 bool isDontIncludeMeHeader(StringRef Content) { in isDontIncludeMeHeader()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.h | 78 std::unique_ptr<MemoryBuffer> Content; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 129 StringRef Content = Element.Text.drop_front(3).drop_back(3); in parseElement() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 112 Expected<ArrayRef<uint8_t>> Content = Obj.getSegmentContents(*EHFramePHdr); in printEHFrameHdr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | IssueHash.cpp | 173 static llvm::SmallString<32> GetMD5HashOfContent(StringRef Content) { in GetMD5HashOfContent()
|
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | Rewriter.cpp | 263 const SrcMgr::ContentCache *Content = in InsertText() local 367 const SrcMgr::ContentCache *Content = in IncreaseIndentation() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.cpp | 21 Section::Section(StringRef SegName, StringRef SectName, StringRef Content) in Section()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 400 ArrayRef<uint8_t> Content = *ContentsOrErr; android_relas() local 699 ArrayRef<uint8_t> Content = *ContentsOrErr; decodeBBAddrMapImpl() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Diagnostics.cpp | 183 static void printErrorContentToStream(const Diagnostics::ErrorContent &Content, in printErrorContentToStream()
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.h | 368 SmallVector<StringRef, 16> Content; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 226 auto Content = Sect.getContents(); readMachOHeader() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | CodeCompletion.cpp | 356 llvm::StringRef Content, unsigned Line, in codeComplete() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.cpp | 369 auto Content = ArrayRef(SymStartInBlock, SymSize); addFunctionPointerRelocationsToCurrentSymbol() local
|