Home
last modified time | relevance | path

Searched defs:getContents (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXString.h101 static inline StringRef getContents(const CXUnsavedFile &UF) { in getContents() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAssembler.h225 SmallVectorImpl<char> &getContents() override { return Contents; } in getContents() function
226 const SmallVectorImpl<char> &getContents() const override { in getContents() function
277 SmallVectorImpl<char> &getContents() override { return Contents; } in getContents() function
278 const SmallVectorImpl<char> &getContents() const override { return Contents; } in getContents() function
315 SmallVectorImpl<char> &getContents() override { return Contents; } in getContents() function
316 const SmallVectorImpl<char> &getContents() const override { return Contents; } in getContents() function
483 SmallString<8> &getContents() { return Contents; } in getContents() function
484 const SmallString<8> &getContents() const { return Contents; } in getContents() function
519 SmallString<8> &getContents() { return Contents; } in getContents() function
520 const SmallString<8> &getContents() const { return Contents; } in getContents() function
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h395 inline std::error_code SectionRef::getContents(StringRef &Result) const { in getContents() function