Searched refs:getFileOffset (Results 1 - 21 of 21) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteMacros.cpp134 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
140 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
154 unsigned PPOffs = SM.getFileOffset(PPLoc);
155 unsigned RawOffs = SM.getFileOffset(RawTok.getLocation());
177 RawOffs = SM.getFileOffset(RawTok.getLocation());
201 PPOffs = SM.getFileOffset(PPLoc);
H A DInclusionRewriter.cpp223 SM.getFileOffset(StartToken.getLocation()), EOL, Line);
230 SM.getFileOffset(DirectiveToken.getLocation()) + DirectiveToken.getLength(),
333 SM.getFileOffset(SM.getLocForEndOfFile(FileId)) + 1, EOL, Line,
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DHeaderItem.java57 int mapOff = file.getMap().getFileOffset();
60 int dataOff = firstDataSection.getFileOffset();
61 int dataSize = lastDataSection.getFileOffset() +
H A DFieldIdsSection.java81 int offset = (sz == 0) ? 0 : getFileOffset();
H A DMethodIdsSection.java81 int offset = (sz == 0) ? 0 : getFileOffset();
H A DProtoIdsSection.java69 int offset = (sz == 0) ? 0 : getFileOffset();
H A DSection.java107 public final int getFileOffset() { method in class:Section
H A DStringIdsSection.java83 int offset = (sz == 0) ? 0 : getFileOffset();
H A DTypeIdsSection.java82 int offset = (sz == 0) ? 0 : getFileOffset();
H A DClassDefsSection.java93 int offset = (sz == 0) ? 0 : getFileOffset();
H A DMapItem.java215 offset = section.getFileOffset();
H A DDexFile.java566 int zeroCount = one.getFileOffset() - out.getCursor();
571 out.writeZeroes(one.getFileOffset() - out.getCursor());
H A DMixedItemSection.java140 int offset = (sz == 0) ? 0 : getFileOffset();
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp41 unsigned BOffset = SM.getFileOffset(B);
42 unsigned EOffset = SM.getFileOffset(E);
379 unsigned TokOffs = SM.getFileOffset(Tok.getLocation());
427 TokEnd = SM.getFileOffset(Tok.getLocation())+Tok.getLength();
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp92 Sym.getFileOffset(FileOffset);
/external/llvm/lib/Object/
H A DObject.cpp155 if (error_code ec = (*unwrap(SI))->getFileOffset(ret))
/external/llvm/include/llvm/Object/
H A DObjectFile.h216 error_code getFileOffset(uint64_t &Result) const;
420 inline error_code SymbolRef::getFileOffset(uint64_t &Result) const { function in class:llvm::object::SymbolRef
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp116 Check(i->getFileOffset(FileOffset));
/external/clang/lib/Frontend/
H A DCacheTokens.cpp268 Emit32(PP.getSourceManager().getFileOffset(T.getLocation()));
H A DSerializedDiagnosticPrinter.cpp280 Record.push_back(SM->getFileOffset(Loc));
/external/clang/include/clang/Basic/
H A DSourceManager.h1065 unsigned getFileOffset(SourceLocation SpellingLoc) const { function in class:clang::SourceManager

Completed in 189 milliseconds